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