wujingjing
2024-12-19 6f95ca0e2ce85ee1afb3fe774c282c69f0c18efd
1
2
3
4
5
export type DropDownItem = {
    icon:string;
    operate:(...args:any[])=>void;
    label:string;
}