mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
fix(docs): emit options of drawer component description error (#6465)
This commit is contained in:
parent
32c6c77ca3
commit
1c288c4d1f
1 changed files with 1 additions and 1 deletions
2
packages/primevue/src/drawer/Drawer.d.ts
vendored
2
packages/primevue/src/drawer/Drawer.d.ts
vendored
|
@ -254,7 +254,7 @@ export interface DrawerEmitsOptions {
|
|||
* Emitted when the value changes.
|
||||
* @param {boolean} value - New value.
|
||||
*/
|
||||
'update:modelValue'(value: boolean): void;
|
||||
'update:visible'(value: boolean): void;
|
||||
/**
|
||||
* Callback to invoke when drawer gets shown.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue