UNPKG

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 315 B
import { AFFINITY_CALCULATION_STRATEGY } from "./enums"; import MaskedTextInput from "./native/views/MaskedTextInput"; import type { MaskedTextInputProps } from "./types"; export type { MaskedTextInputProps }; export { AFFINITY_CALCULATION_STRATEGY }; export { MaskedTextInput }; //# sourceMappingURL=index.d.ts.map