Delete Menuitem.d.ts

pull/12/head
mertsincan 2019-05-30 15:00:02 +03:00
parent 6382f6f8fc
commit 5be1b71737
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
import Vue from 'vue';
export declare class Menuitem extends Vue {
item?: any;
$emit(eventName: 'click', e: { originalEvent: Event, item: any }): this;
}