export type ThemeLayout = "left" | "top"; export interface ThemeState { layout: ThemeLayout; layoutCollapsed: boolean; }