interface TextareaWithoutAutoHeightProps {
    className?: string;
    autoHeight: false;
    maxHeight?: undefined;
}

Hierarchy (View Summary)

Properties

className?: string
autoHeight: false
maxHeight?: undefined