Drawer: missing 'after-hide' emit #6621
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Looks like 'after-hide' in DrawerEmitsOptions (Drawer.d.ts and docs) was somehow missing. In Drawer.vue emit 'after-hide' is define.
Reproducer
https://stackblitz.com/edit/primevue-4-ts-vite-issue-template-ejrj2r?file=src/App.vue
PrimeVue version
4.1.1
Vue version
3.x
Language
TypeScript
Build / Runtime
TypeScript
Browser(s)
No response
Steps to reproduce the behavior
IDEs does not suggest that there is such the 'after-hide' emit of Drawer
Expected behavior
IDEs suggests that there is such 'after-hide' emit of Drawer
The text was updated successfully, but these errors were encountered: