Integration App React - v2.21.0
    Preparing search index...

    Interface TextareaWithAutoHeightProps

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

    Hierarchy (View Summary)

    Index

    Properties

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