UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue) [![Join the chat at https://gitter.im/primefaces/primevu

10 lines (9 loc) 301 B
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; $slots: { '': VNode[]; } }