export type DrawerName =
  | 'none'
  | 'search'
  | 'project-info'
  | 'plugins'
  | 'export'
  | 'legend'
  | 'submaps';