Fixed z-index issue

This commit is contained in:
Cagatay Civici 2024-05-15 12:20:13 +03:00
parent 6c0ca33e38
commit 5284b61a13
3 changed files with 20 additions and 6 deletions

View file

@ -53,6 +53,10 @@ export interface ToggleButtonPassThroughOptions<T = any> {
* Used to pass attributes to the root's DOM element.
*/
root?: ToggleButtonPassThroughOptionType<T>;
/**
* Used to pass attributes to the content's DOM element.
*/
content?: ToggleButtonPassThroughOptionType<T>;
/**
* Used to pass attributes to the icon's DOM element.
*/