UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

8 lines (7 loc) 254 B
export interface ModalLocale { okText: string; cancelText: string; justOkText: string; } export declare function changeConfirmLocale(newLocale?: ModalLocale): (() => void) | undefined; export declare function getConfirmLocale(): ModalLocale;