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