react-native-advanced-input-mask
Version:
Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle
7 lines • 444 B
JavaScript
import { AFFINITY_CALCULATION_STRATEGY } from "./enums";
import AdvancedTextInputMaskListener from "./web/AdvancedTextInputMaskListener";
import useMaskedTextInputListener from "./web/hooks/useMaskedTextInputListener";
import MaskedTextInput from "./web/views/MaskedTextInput";
export { AFFINITY_CALCULATION_STRATEGY };
export { AdvancedTextInputMaskListener, MaskedTextInput, useMaskedTextInputListener };
//# sourceMappingURL=index.web.js.map