UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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