import type { TextFieldProps } from '../../shared'; import type { VisualVariant } from '../../types'; import '../../content/icon/icon'; /** Textarea component properties */ export type OreTextareaEvents = { change: Event; input: InputEvent; }; export type OreTextareaProps = TextFieldProps> & { /** Allow auto-grow with content */ 'auto-resize'?: boolean; /** * Shows an inline spinner inside the field and forces the inner `