/** * 工具栏主题类型 */ export type ThemeType = 'none' | 'default';