WGShare.Client.Wx/pages/home/data/ux.d.ts

10 lines
148 B
TypeScript

declare const ux: {
name: string;
icon: string;
childArr: {
name: string;
label: string;
}[];
};
export default ux;