UNPKG

@ducor/form

Version:
3 lines (2 loc) 260 B
import { NumberProps } from "@ducor/types"; export declare const Number: ({ name, label, withAsterisk, helperText, id, placeholder, direction, defaultValue, disabled, minLength, maxLength, className, }: NumberProps) => import("react/jsx-runtime").JSX.Element;