Files

6 lines
92 B
TypeScript
Raw Permalink Normal View History

2025-08-14 14:52:01 +08:00
export interface Option {
text: string;
value: string | number;
icon: string;
}