shared.d.ts 92 B

12345
  1. export interface Option {
  2. text: string;
  3. value: string | number;
  4. icon: string;
  5. }