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