UNPKG

react-native-mask-input

Version:

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

12 lines (11 loc) 347 B
import type { UseMaskedInputProps } from './useMaskedInputProps.types'; declare const _default: (props: UseMaskedInputProps) => { onChangeText: (text: string) => void; value: string; selection: { start: number; end: number; } | undefined; placeholder: string | undefined; }; export default _default;