UNPKG

react-native-web-mask

Version:

A cross-platform input mask hook for React and React Native, with TypeScript and helper utilities

3 lines (2 loc) 150 B
import { UseInputMaskProps, UseInputMaskReturn } from "./types"; export declare function useInputMask(props?: UseInputMaskProps): UseInputMaskReturn;