Shorthand and Ts for MegaMenu
parent
ba96148172
commit
f7207a091f
|
@ -0,0 +1 @@
|
|||
export * from './components/megamenu/MegaMenu';
|
|
@ -0,0 +1,2 @@
|
|||
'use strict';
|
||||
module.exports = require('./components/megamenu/MegaMenu.vue');
|
|
@ -0,0 +1,6 @@
|
|||
import Vue from 'vue';
|
||||
|
||||
export declare class MegaMenu extends Vue {
|
||||
model?: any[];
|
||||
orientation?: string;
|
||||
}
|
Loading…
Reference in New Issue