Interface: ButtonState
@arolariu/components / ButtonState
Interface: ButtonState
Defined in: components/ui/button.tsx:32
Serializable button state exposed to Base UI render callbacks.
Extends
Record<string,unknown>
Indexable
[
key:string]:unknown
Properties
variant
variant:
ButtonVariant
Defined in: components/ui/button.tsx:33
size
size:
ButtonSize
Defined in: components/ui/button.tsx:34
disabled
disabled:
boolean
Defined in: components/ui/button.tsx:35
// was this page useful?