shared.d.ts 92 Bytes Raw Blame History Permalink 1 2 3 4 5 export interface Option { text: string; value: string | number; icon: string; }