• A textarea that automatically adjusts its height based on its content. The height is adjusted on input and focus events.

    Parameters

    • Optional props: {
          [name: string]: any;
      }
      • [name: string]: any

    Returns Element

Generated using TypeDoc