import { ThemeState } from './types'; export const defaultThemeConfig: ThemeState = { mode: 'light', compact: false, };