locale.d.ts 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 export interface ModalLocale { okText: string; cancelText: string; justOkText: string; } export declare function changeConfirmLocale(newLocale?: ModalLocale): void; export declare function getConfirmLocale(): ModalLocale;