// Component export.
export { default as TextInput, TextInputComponent } from './TextInput';

// Type export.
export type { Props as TextInputProps } from './TextInput.types';
