Skip to content
Snippets Groups Projects
drawerName.ts 123 B
Newer Older
export type DrawerName =
  | 'none'
  | 'search'
  | 'project-info'
  | 'plugins'
  | 'export'
  | 'legend'
  | 'submaps';