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