mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Apidoc services completed
This commit is contained in:
parent
1ddebd977c
commit
e2747c5ae8
13 changed files with 394 additions and 246 deletions
6
components/toastservice/ToastService.d.ts
vendored
6
components/toastservice/ToastService.d.ts
vendored
|
@ -2,8 +2,8 @@
|
|||
*
|
||||
* [Live Demo](https://www.primevue.org/toast/)
|
||||
*
|
||||
* @module toastservice
|
||||
*
|
||||
* @module toastservice-usetoast
|
||||
* @todo 'use' is not a valid name for a module. Next release will change.
|
||||
*/
|
||||
import { Plugin } from 'vue';
|
||||
import { ToastMessageOptions } from '../toast';
|
||||
|
@ -14,7 +14,7 @@ export default plugin;
|
|||
/**
|
||||
* Toast Service methods.
|
||||
*
|
||||
* @group Interfaces
|
||||
* @group Model
|
||||
*
|
||||
*/
|
||||
export interface ToastServiceMethods {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue