UNPKG

form-input-mask-field

Version:

A customizable form mask field component built with TypeScript

3 lines 213 B
export { FormMaskField, type FormMaskFieldProps } from './FormMaskField'; export { createMask, applyMask, removeMask, generatePlaceholder, type MaskConfig, } from './maskUtils'; //# sourceMappingURL=index.d.ts.map