Files
frontend/node_modules/antd/lib/modal/locale.d.ts
2026-01-17 15:16:36 -05:00

4 lines
201 B
TypeScript

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