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)

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