Update Drawer.d.ts

pull/6449/head
tugcekucukoglu 2024-09-20 15:47:27 +03:00
parent 89c5ffe375
commit 5dc00ba183
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ export interface DrawerPassThroughOptions {
* Used to pass attributes to the content's DOM element. * Used to pass attributes to the content's DOM element.
*/ */
content?: DrawerPassThroughOptionType; content?: DrawerPassThroughOptionType;
/**
* Used to pass attributes to the footer's DOM element.
*/
footer?: DrawerPassThroughOptionType;
/** /**
* Used to pass attributes to the mask's DOM element. * Used to pass attributes to the mask's DOM element.
*/ */