UNPKG

67 BTypeScriptView Raw
1export interface ComponentType<T> {
2 new (...args: any[]): T;
3}