UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

13 lines (12 loc) 378 B
export interface ActionsLocale { feedbackLike: string; feedbackDislike: string; audio: string; audioRunning: string; audioError: string; audioLoading: string; } export declare const zhCN: ActionsLocale; export declare const enUS: ActionsLocale; /** Default locale for Actions presets (zh-CN). */ export declare const defaultActionsLocale: ActionsLocale;