shared.d.ts 86 Bytes
Newer Older
程默 committed
1 2 3 4 5
export interface Option {
  text: string;
  value: string | number;
  icon: string;
}