Add `disabled` to `SelectButtonContext` type

pull/5355/head
Andre van Tonder 2024-02-29 09:24:52 +10:00 committed by GitHub
parent a31f1a0c8f
commit bd4f338e24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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.
*/ */