DialogService and DynamicDialogOptions d.ts updated

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-06 09:55:17 +03:00
parent d29fd6c6c6
commit 4e5f5e4c46
3 changed files with 49 additions and 10 deletions

View file

@ -1,9 +1,22 @@
/**
*
* [Live Demo](https://www.primevue.org/dynamicdialog/)
*
* @module dialogservice
*
*/
import { Plugin } from 'vue';
import { DynamicDialogOptions, DynamicDialogInstance } from '../dynamicdialogoptions';
import { DynamicDialogInstance, DynamicDialogOptions } from '../dynamicdialogoptions';
declare const plugin: Plugin;
export default plugin;
/**
* Dynamic Dialog components methods.
*
* @group Interfaces
*
*/
export interface DialogServiceMethods {
/**
* Displays the dialog using the dynamic dialog object options.