UNPKG

@ryuuji3/react-mask-hook

Version:

A simple masking library as a react hook

9 lines (8 loc) 225 B
import { Mask } from '../hooks/useMask'; /** * If necessary, we'll convert from old format to new one using this helper. * * @param mask */ declare function parseMask(mask: string | Mask): Mask; export default parseMask;