unis_crm/frontend1/node_modules/antd/lib/modal/locale.d.ts

4 lines
201 B
TypeScript

import type { ModalLocale } from './interface';
export declare function changeConfirmLocale(newLocale?: ModalLocale): (() => void) | undefined;
export declare function getConfirmLocale(): ModalLocale;