export interface UniListItem {
    name: string;
    value?: any;
    icon?: string;
}
