Cosmetics
parent
15ec1b28e0
commit
6f5992fc40
|
@ -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[];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue