import React from 'react'; import { type ComposableProps } from '../../../lib/slot'; export interface TextareaWrapperProps extends ComposableProps<'div'> { /** * The content of the textarea wrapper. */ children?: React.ReactNode; } /** * TextareaWrapper Component * * A composable wrapper component that contains all Textarea sub-components. * Provides spacing and layout for the textarea field and its associated elements. * * @public * * @example * ```tsx * * ``` * * @remarks * - Wraps the HTML `