wujingjing
2024-10-25 7d68c674fc27260c59ab66b349c1f3158c0c0843
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};