locale.d.ts 101 B

12345
  1. export interface ModalLocale {
  2. okText: string;
  3. cancelText: string;
  4. justOkText: string;
  5. }