mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
2 lines
46 B
TypeScript
2 lines
46 B
TypeScript
export type NavigationMode = 'mini' | 'full';
|