UseDialog linked to dialog service d.ts

This commit is contained in:
Bahadır Sofuoğlu 2023-03-07 16:50:08 +03:00
parent 49edde590b
commit 87b20dd122
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
/**
*
* [Live Demo](https://www.primevue.org/dynamicdialog/)
* @module dialogservice
* @module dialogservice-usedialog
*/
import { Plugin } from 'vue';
import { DynamicDialogInstance, DynamicDialogOptions } from '../dynamicdialogoptions';