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