Membrane React - v0.2.1
    Preparing search index...

    Interface TextareaWithoutAutoHeightProps

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

    Hierarchy (View Summary)

    Index

    Properties

    className?: string
    autoHeight: false
    maxHeight?: undefined