Type Alias: InputNumberProps
InputNumberProps =
Omit<InputPropsUI,"type"|"variant"|"onChange"> &object
Defined in: components/InputNumber.tsx:7
Type Declaration
infoIcon?
optionalinfoIcon?:boolean
onChange
onChange: (
value) =>void
Parameters
| Parameter | Type |
|---|---|
value | number |
Returns
void
onClickInfoIcon?
optionalonClickInfoIcon?: () =>void
Returns
void
value?
optionalvalue?:number