UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

9 lines (8 loc) 259 B
type ModifyInputNumberValueProps = { value: string | number; min?: number; max?: number; maxLength?: number; }; export declare const modifyInputNumberValue: ({ value, min, max, maxLength, }: ModifyInputNumberValueProps) => boolean; export {};