UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

8 lines (7 loc) 234 B
export interface ModalLocale { okText: string; cancelText: string; justOkText: string; } export declare function changeConfirmLocale(newLocale?: ModalLocale): void; export declare function getConfirmLocale(): ModalLocale;