UNPKG
form-input-mask-field
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
A customizable form mask field component built with TypeScript
form-input-mask-field
/
dist
/
index.d.ts
3 lines
•
213 B
TypeScript
View Raw
1
2
3
export
{
FormMaskField
,
type
FormMaskFieldProps
}
from
'./FormMaskField'
;
export
{ createMask, applyMask, removeMask, generatePlaceholder,
type
MaskConfig
, }
from
'./maskUtils'
;
//# sourceMappingURL=index.d.ts.map