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

15 lines (14 loc) 348 B
import Vue, { VNode } from 'vue'; export declare class OverlayPanel extends Vue { ismissable?: boolean; showCloseIcon?: boolean; appendTo?: string; baseZIndex?: number; autoZIndex?: boolean; toggle(event: Event): void; show(event: Event, target?: any): void; hide(): void; $slots: { '': VNode[]; } }