mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
add dist
This commit is contained in:
17
dist/runtime/components/BitinflowSecondLevelMenu.vue.d.ts
vendored
Normal file
17
dist/runtime/components/BitinflowSecondLevelMenu.vue.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
declare namespace _default {
|
||||
const name: string;
|
||||
namespace components {
|
||||
export { BitinflowSecondLevelLink };
|
||||
}
|
||||
namespace props {
|
||||
namespace items {
|
||||
export const type: ArrayConstructor;
|
||||
const _default: {
|
||||
name: string;
|
||||
href: string;
|
||||
}[];
|
||||
export { _default as default };
|
||||
}
|
||||
}
|
||||
}
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user