From 7ee20a2863ef1497278c776c91eea6a83d133a35 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 26 Mar 2024 10:53:06 +0300 Subject: [PATCH] Update ToggleButton.d.ts --- components/lib/togglebutton/ToggleButton.d.ts | 4 ---- 1 file changed, 4 deletions(-) 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. */