UNPKG

infinity-forge

Version:
8 lines (7 loc) 284 B
import { InputProps } from '../interfaces.js'; export type InputMaskProps = { mask?: string; maskModifier?: (value: string) => string; removeMask?: boolean; }; export declare function InputMask(props: InputMaskProps & InputProps): import("react/jsx-runtime").JSX.Element;