export * from './funcode' export * from './echarts' export * from './theme' export * from './language' /** * 枚举类型 */ export interface EnumType { label: string; value: number; }