Files
ui/dist/runtime/components/BitinflowThirdLevelMenu.vue.d.ts
René Preuß 6f32d46437 add dist
2023-02-17 20:03:10 +01:00

17 lines
353 B
TypeScript

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