Add `disabled` to `SelectButtonContext` type
parent
a31f1a0c8f
commit
bd4f338e24
|
@ -118,6 +118,11 @@ export interface SelectButtonContext {
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
*/
|
*/
|
||||||
focused: boolean;
|
focused: boolean;
|
||||||
|
/**
|
||||||
|
* Current disabled state of the item as a boolean.
|
||||||
|
* @defaultValue false
|
||||||
|
*/
|
||||||
|
disabled: boolean;
|
||||||
/**
|
/**
|
||||||
* Available option.
|
* Available option.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue