Update Drawer.d.ts
parent
89c5ffe375
commit
5dc00ba183
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue