react-native-advanced-input-mask
Version:
Text input mask for React Native on iOS, Android and web. Synchronous and easy formatting without hustle
9 lines • 538 B
TypeScript
import { AFFINITY_CALCULATION_STRATEGY } from "./enums";
import AdvancedTextInputMaskListener from "./web/AdvancedTextInputMaskListener";
import useMaskedTextInputListener from "./web/hooks/useMaskedTextInputListener";
import MaskedTextInput from "./web/views/MaskedTextInput";
import type { MaskedTextInputProps } from "./types";
export type { MaskedTextInputProps };
export { AFFINITY_CALCULATION_STRATEGY };
export { AdvancedTextInputMaskListener, MaskedTextInput, useMaskedTextInputListener, };
//# sourceMappingURL=index.web.d.ts.map