import React from 'react'; import { type ComposableProps } from '../../../lib/slot'; export interface TextareaFieldProps extends Omit, 'size'> { /** * Number of visible text lines * @default 4 */ rows?: number; } /** * TextareaField Component * * A composable textarea field component that wraps the HTML ` * ``` * * @remarks * - Wraps the HTML `