odc.xiaohui
2023-03-22 7311eaf2c8f1c62582fbf615c4f3b5235f847c99
1
2
3
4
5
export interface Option {
    text: string;
    value: string | number;
    icon: string;
}