forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-07 3efcd38c47c327dcd8bd22cd523381d79d08770e
1
2
3
4
5
export interface Option {
    text: string;
    value: string | number;
    icon: string;
}