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