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