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