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