interface TextareaWithAutoHeightProps {
    className?: string;
    autoHeight: true;
    maxHeight?: string | number;
}

Hierarchy (View Summary)

Properties

className?: string
autoHeight: true
maxHeight?: string | number