interface TextareaWithoutAutoHeightProps {
    className?: string;
    variant?: "background" | "border" | "transparent";
    autoHeight: false;
    maxHeight?: undefined;
}

Hierarchy (View Summary)

Properties

className?: string
variant?: "background" | "border" | "transparent"
autoHeight: false
maxHeight?: undefined