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