UNPKG

101 BTypeScriptView Raw
1export interface ModalLocale {
2 okText: string;
3 cancelText: string;
4 justOkText: string;
5}