Rxova
Skip to content

CurrencyValueChangeHandler

type CurrencyValueChangeHandler = (value, meta) => void;

Handler for the parsed value. Shared by the hook option and the component prop.

ParameterType
valuenumber | null
metaCurrencyInputChange

void