wujingjing
2025-01-06 0a7a0ccec1501e6b92a3be5567eb26b498cb6d67
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};