Update SelectButton.d.ts
parent
251eb2bb4f
commit
43268b66f7
|
@ -113,11 +113,6 @@ export interface SelectButtonContext {
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
*/
|
*/
|
||||||
active: boolean;
|
active: boolean;
|
||||||
/**
|
|
||||||
* Current focused state of item as a boolean.
|
|
||||||
* @defaultValue false
|
|
||||||
*/
|
|
||||||
focused: boolean;
|
|
||||||
/**
|
/**
|
||||||
* Current disabled state of the item as a boolean.
|
* Current disabled state of the item as a boolean.
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
|
|
Loading…
Reference in New Issue