wujingjing
2025-02-14 3e4bf7deb8990a3470fbe1bba80af420c1d7643b
1
2
3
4
5
6
export type DropdownListType = {
    txt: string;
    icon: string;
    click: any;
    show?: Boolean;
};