Update ToggleButton.d.ts
parent
aedd31e8e6
commit
7ee20a2863
|
@ -53,10 +53,6 @@ export interface ToggleButtonPassThroughOptions {
|
||||||
* Used to pass attributes to the root's DOM element.
|
* Used to pass attributes to the root's DOM element.
|
||||||
*/
|
*/
|
||||||
root?: ToggleButtonPassThroughOptionType;
|
root?: ToggleButtonPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Used to pass attributes to the button's DOM element.
|
|
||||||
*/
|
|
||||||
button?: ToggleButtonPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Used to pass attributes to the icon's DOM element.
|
* Used to pass attributes to the icon's DOM element.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue