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

Hierarchy (View Summary)

Properties

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