UNPKG

react-native-mask-input

Version:

TextInput with mask for ReactNative on both iOS and Android. Includes obfuscation characters feature.

3 lines (2 loc) 181 B
import type { FormatWithMaskProps, FormatWithMaskResult } from './formatWithMask.types'; export default function formatWithMask(props: FormatWithMaskProps): FormatWithMaskResult;