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