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

16 lines (15 loc) 366 B
import Vue, { VNode } from 'vue'; export declare class Sidebar extends Vue { visible?: boolean; position?: string; baseZIndex?: number; autoZIndex?: boolean; dismissable?: boolean; showCloseIcon?: boolean; modal?: boolean; $emit(eventName: 'show'): this; $emit(eventName: 'hide'): this; $slots: { '': VNode[]; } }