Type Alias ComponentType<T>

ComponentType<T>: (new (...args: any[]) => T)

This type represents a component class

Type Parameters