Refactor
parent
fa82ecc38f
commit
ae490c6741
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue