interface TextareaWithAutoHeightProps {
    className?: string;
    variant?: "background" | "border" | "transparent";
    autoHeight: true;
    maxHeight?: string | number;
}

Hierarchy (View Summary)

Properties

className?: string
variant?: "background" | "border" | "transparent"
autoHeight: true
maxHeight?: string | number