UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

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