UNPKG

@react-input/mask

Version:
7 lines (6 loc) 318 B
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';