2 lines
81 B
TypeScript
2 lines
81 B
TypeScript
export type LayoutType = 'classic' | 'topLeft' | 'top' | 'cutMenu' | 'dashboard'
|