interface TextareaWithUndefinedAutoHeightProps {
    className?: string;
    autoHeight?: undefined;
    maxHeight?: undefined;
}

Hierarchy (View Summary)

Properties

className?: string
autoHeight?: undefined
maxHeight?: undefined