Files
ui/dist/runtime/components/BitinflowThirdLevelMenu.vue.d.ts
2023-02-17 20:19:34 +01:00

21 lines
435 B
TypeScript

declare namespace _default {
const name: string;
namespace components {
export { BitinflowButton };
}
function data(): {
link: string;
};
namespace computed {
const thirdLevelLinks: () => {
name: string;
icon: string;
to: string;
}[];
}
namespace methods {
function onChange(event: any): void;
}
}
export default _default;