1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-06 01:15:28 +02:00
unleash.unleash/frontend/src/component/layout/MainLayout/NavigationSidebar/NavigationMode.ts
2024-05-27 16:29:20 +02:00

2 lines
46 B
TypeScript

export type NavigationMode = 'mini' | 'full';