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

21 lines (20 loc) 466 B
import Vue, {VNode} from 'vue'; export declare class Dialog extends Vue { header?: any; footer?: any; visible?: boolean; modal?: boolean; contentStyle?: string; rtl?: boolean; closable?: boolean; showHeader?: boolean; baseZIndex?: number; autoZIndex?: boolean; $emit(eventName: 'show'): this; $emit(eventName: 'hide'): this; $slots: { '': VNode[]; header: VNode[]; footer: VNode[]; } }