mirror of
https://github.com/bitinflow/ui.git
synced 2026-03-13 13:45:59 +00:00
add dist
This commit is contained in:
22
dist/runtime/components/BitinflowFirstLevelMenu.vue.d.ts
vendored
Normal file
22
dist/runtime/components/BitinflowFirstLevelMenu.vue.d.ts
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
declare namespace _default {
|
||||
const name: string;
|
||||
function data(): {
|
||||
primaryMenu: {
|
||||
name: string;
|
||||
icon: string;
|
||||
to: string;
|
||||
exact: boolean;
|
||||
}[];
|
||||
secondaryMenu: {
|
||||
name: string;
|
||||
icon: string;
|
||||
to: string;
|
||||
}[];
|
||||
};
|
||||
namespace methods {
|
||||
function toggleMenu(): void;
|
||||
function closeMenu(): void;
|
||||
function toggleDarkMode(): void;
|
||||
}
|
||||
}
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user