UNPKG

@zhouchangju/standard-chart

Version:

标准范式组件

16 lines (15 loc) 565 B
export type PresetMode = 'light' | 'dark'; declare const presetThemes: import("../core/theme").Theme[]; export declare const PRESET_THEME: { readonly MOBILE_APP_LIGHT: string; readonly MOBILE_APP_DARK: string; readonly AINVEST_APP_LIGHT: string; readonly AINVEST_APP_DARK: string; readonly AINVEST_PC_LIGHT: string; readonly AINVEST_PC_DARK: string; readonly PC_APP_LIGHT: string; readonly PC_APP_DARK: string; readonly PC_WENCAI_LIGHT: string; readonly BUSINESS_TREEMAP_MARKET_LIGHT: string; }; export default presetThemes;