import { default as TextInput } from './TextInput';
import { Props } from './TextInput.types';
import * as CONSTANTS from './TextInput.constants';

export { CONSTANTS as TEXT_INPUT_CONSTANTS };

export type TextInputProps = Props;

export default TextInput;
