UNPKG

react-native-advanced-input-mask

Version:

Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle

5 lines 222 B
import { AFFINITY_CALCULATION_STRATEGY } from "./enums"; import MaskedTextInput from "./native/views/MaskedTextInput"; export { AFFINITY_CALCULATION_STRATEGY }; export { MaskedTextInput }; //# sourceMappingURL=index.js.map