UNPKG

react-native-masked-text

Version:

Text and TextInput with mask for React Native applications

8 lines (6 loc) 262 B
import MaskService from './lib/mask-service'; import TextInputMask from './lib/text-input-mask'; import TextMask from './lib/text-mask'; module.exports.MaskService = MaskService; module.exports.TextInputMask = TextInputMask; module.exports.TextMask = TextMask;