Cosmetics

pull/12/head
mertsincan 2019-05-30 15:03:59 +03:00
parent 1eb71aa939
commit 53b85ba58f
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ export declare class Menu extends Vue {
autoZIndex?: boolean;
baseZIndex?: number;
toggle(event: Event): void;
show(event: Event, target?: any): void
show(event: Event, target?: any): void;
hide(): void;
}