diff --git a/components/lib/togglebutton/ToggleButton.d.ts b/components/lib/togglebutton/ToggleButton.d.ts index 69e5f80b9..83af8dd9f 100755 --- a/components/lib/togglebutton/ToggleButton.d.ts +++ b/components/lib/togglebutton/ToggleButton.d.ts @@ -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. */