Update SelectButton.d.ts

pull/5385/head
tugcekucukoglu 2024-03-04 09:12:43 +03:00
parent 251eb2bb4f
commit 43268b66f7
1 changed files with 0 additions and 5 deletions

View File

@ -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