@react-input/mask
Version:
React input component for masked input.
7 lines (6 loc) • 318 B
TypeScript
export { default as InputMask } from './InputMask';
export { default as Mask } from './Mask';
export { default as useMask } from './useMask';
export * from './utils';
export type { InputMaskProps } from './InputMask';
export type { MaskOptions, Replacement, TrackingData, Track, ModifiedData, Modify } from './types';