wujingjing
2024-11-27 c29fb5b2bf86955b681c36b72b9c0891d47a0ad5
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};