UNPKG

@react-bunker/input-mask

Version:

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

5 lines (4 loc) 188 B
export { Input } from './components/input'; export { useMasks } from './hooks/use-masks'; export { useMask } from './hooks/use-mask'; export { type HTMLInput, type Mask, } from './types';