mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
DialogService and DynamicDialogOptions d.ts updated
This commit is contained in:
parent
d29fd6c6c6
commit
4e5f5e4c46
3 changed files with 49 additions and 10 deletions
15
components/dialogservice/DialogService.d.ts
vendored
15
components/dialogservice/DialogService.d.ts
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue