From 5dc00ba18331cfbcaa9ee4c2de1c9a66f0ea5406 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 20 Sep 2024 15:47:27 +0300 Subject: [PATCH] Update Drawer.d.ts --- packages/primevue/src/drawer/Drawer.d.ts | 4 ++++ 1 file changed, 4 insertions(+) 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. */