mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
add dist
This commit is contained in:
16
dist/runtime/components/BitinflowThirdLevelMenu.vue.d.ts
vendored
Normal file
16
dist/runtime/components/BitinflowThirdLevelMenu.vue.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user