Skip to content

Commit

Permalink
Merge pull request #6622 from evovas/patch-1
Browse files Browse the repository at this point in the history
Update DrawerEmitsOptions
  • Loading branch information
tugcekucukoglu authored Nov 11, 2024
2 parents 2a9ac8b + 054df3c commit d530ddd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/primevue/src/drawer/Drawer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@ export interface DrawerEmitsOptions {
* Callback to invoke when drawer gets hidden.
*/
hide(): void;
/**
* Callback to invoke after drawer is hidden.
*/
'after-hide'(): void;
}

export declare type DrawerEmits = EmitFn<DrawerEmitsOptions>;
Expand Down

0 comments on commit d530ddd

Please sign in to comment.