UNPKG

react-native-mask-input

Version:

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

6 lines (5 loc) 267 B
import * as React from 'react'; import { TextInput } from 'react-native'; import type { MaskInputProps } from './MaskInput.types'; declare const _default: React.ForwardRefExoticComponent<MaskInputProps & React.RefAttributes<TextInput>>; export default _default;