Skip to content

Commit

Permalink
fix(docs): emit options of drawer component description error (#6465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumujianguang authored Sep 25, 2024
1 parent 32c6c77 commit 1c288c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/drawer/Drawer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 1c288c4

Please sign in to comment.