Type alias Constructor<T>

Constructor<T>: (new (...args) => T)

A first class 'type' value used to represent component types. Technically the constructor object in JavaScript parlance.

Type Parameters

  • T

Type declaration

    • new (...args): T
    • Parameters

      • Rest ...args: any[]

      Returns T