Type alias ComponentClass<Attrs, C>
ComponentClass<Attrs, C>: {
prototype: C;
new (...args): Component<Attrs, {}>;
}
Type Parameters
-
Attrs = Record<string, unknown>
-
Type declaration
-
- new (...args): Component<Attrs, {}>
-
Returns Component<Attrs, {}>
-
prototype: C