export { default as TextArea } from './TextArea.tsx'; export { TEXT_AREA_STYLES } from './styles/TextArea.css.ts'; export { FORM_LABEL_STYLES as TEXT_AREA_LABEL_STYLES, } from '../_shared/components/form-label/styles/FormLabel.css.ts'; export { TEXT_AREA_START_ICON_STYLES } from './components/text-area-start-icon/styles/TextAreaStartIcon.css.ts'; export { TEXT_AREA_END_ACTION_STYLES } from './components/text-area-end-action/styles/TextAreaEndAction.css.ts'; export type { TextAreaProps } from './types/TextArea.props.ts'; export type { TextAreaSize } from './types/TextArea.types.ts'; export type { TextAreaEndActionProps } from './components/text-area-end-action/types/TextAreaEndAction.props.ts'; export type { FormLabelProps as TextAreaLabelProps, } from '../_shared/components/form-label/types/FormLabel.props.ts'; export type { TextAreaStartIconProps } from './components/text-area-start-icon/types/TextAreaStartIcon.types.ts';