Files
planet/frontend/node_modules/antd/lib/modal/locale.d.ts
2026-03-05 11:46:58 +08:00

4 lines
201 B
TypeScript

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