UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

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;