Skip to main content

Type Alias: InputNumberProps

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

Type declaration

infoIcon?

optional infoIcon: boolean

onChange()

onChange: (value) => void

Parameters

value: number

Returns

void

onClickInfoIcon()?

optional onClickInfoIcon: () => void

Returns

void

value?

optional value: number

Defined in

packages/ui/src/components/InputNumber.tsx:6