Skip to main content

Type Alias: InputNumberProps

InputNumberProps = Omit<InputPropsUI, "type" | "variant" | "onChange"> & object

Defined in: components/InputNumber.tsx:7

Type Declaration

infoIcon?

optional infoIcon?: boolean

onChange

onChange: (value) => void

Parameters

ParameterType
valuenumber

Returns

void

onClickInfoIcon?

optional onClickInfoIcon?: () => void

Returns

void

value?

optional value?: number