From 43268b66f7af3d753765ae3af3ad02cfb58a37ac Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 4 Mar 2024 09:12:43 +0300 Subject: [PATCH] Update SelectButton.d.ts --- components/lib/selectbutton/SelectButton.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/lib/selectbutton/SelectButton.d.ts b/components/lib/selectbutton/SelectButton.d.ts index 2767de466..4b312005c 100755 --- a/components/lib/selectbutton/SelectButton.d.ts +++ b/components/lib/selectbutton/SelectButton.d.ts @@ -113,11 +113,6 @@ export interface SelectButtonContext { * @defaultValue false */ active: boolean; - /** - * Current focused state of item as a boolean. - * @defaultValue false - */ - focused: boolean; /** * Current disabled state of the item as a boolean. * @defaultValue false