export { Input, IInputProps } from './Input'; /** * This index.tsx file exists so that you can do * * import { Input } from '../controls/Input/'; * * and the required Input.tsx is automatically imported. */