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 };
