diff --git a/packages/primevue/src/drawer/Drawer.d.ts b/packages/primevue/src/drawer/Drawer.d.ts index baf8da345..fdb6d3a05 100755 --- a/packages/primevue/src/drawer/Drawer.d.ts +++ b/packages/primevue/src/drawer/Drawer.d.ts @@ -87,6 +87,10 @@ export interface DrawerPassThroughOptions { * Used to pass attributes to the content's DOM element. */ content?: DrawerPassThroughOptionType; + /** + * Used to pass attributes to the footer's DOM element. + */ + footer?: DrawerPassThroughOptionType; /** * Used to pass attributes to the mask's DOM element. */