Extended by#
-
CheckboxOptions
-
ColorInputOptions
-
NumberInputOptions
-
SelectOptions
-
SliderOptions
-
TextAreaOptions
-
TextInputOptions
Type Parameters#
Type Parameter | Default type |
---|---|
T | - |
P | "top" |
Properties#
Property | Type |
---|---|
inputLabel? | string |
inputLabelPosition? | P |
value | T |
setValue | (value ) => void |
isDisabled? | boolean |
suffix? | Partial <Omit <ButtonOptions , "label" |