Update ToggleButton.d.ts

This commit is contained in:
tugcekucukoglu 2024-03-26 10:53:06 +03:00
parent aedd31e8e6
commit 7ee20a2863

View file

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