/** * 主题配置项 * * Theme Options * @public */ export type ThemeOptions = false | 'light' | 'dark' | string;