UNPKG

react-admin-kit

Version:

A react based UI components for admin system

19 lines (18 loc) 591 B
export type LocaleType = { tableTitleAfter?: string; formTypeNew?: string; formTypeEdit?: string; formTypeRead?: string; exportFilename?: string; delBtnText?: string; delPopconfirmTitle?: string; delModalConfirmTitle?: string; delModalConfirmContent?: string; delSuccessContent?: string; alertDelBtnText?: string; alertDelPopconfirmTitle?: (rowKeys: any[]) => string; alertDelModalConfirmTitle?: string; alertDelModalConfirmContent?: (rowKeys: any[]) => string; confirmOnCloseTitle?: string; confirmOnCloseContent?: string; };