Type Alias ComponentConstructor<T>

ComponentConstructor: new () => T

A constructor for a ComponentType.

Type Parameters