Cosmetics

pull/12/head
mertsincan 2019-05-28 13:19:15 +03:00
parent 15ec1b28e0
commit 6f5992fc40
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ import Vue, { VNode } from 'vue';
export declare class Accordion extends Vue {
multiple?: boolean;
$emit(eventName: "tab-open", e: {originalEvent: Event, tab: any}): this;
$emit(eventName: "tab-close", e: {originalEvent: Event, tab: any}): this;
$emit(eventName: 'tab-open', e: {originalEvent: Event, tab: any}): this;
$emit(eventName: 'tab-close', e: {originalEvent: Event, tab: any}): this;
$slots: {
'': VNode[];
}