pull/973/head
mertsincan 2021-02-09 22:10:34 +03:00
parent fa82ecc38f
commit ae490c6741
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ interface AccordionProps {
multiple?: boolean;
activeIndex?: Number|[Number];
}
declare class Accordion {
$props: AccordionProps;
$emit(eventName: 'tab-open', e: {originalEvent: Event, tab: any}): this;