Type alias ComponentClass<Attrs, C>

ComponentClass<Attrs, C>: {
    prototype: C;
    new (...args: any[]): Component<Attrs, {}>;
}

Type Parameters

Type declaration

    • new (...args: any[]): Component<Attrs, {}>
    • Parameters

      • Rest ...args: any[]

      Returns Component<Attrs, {}>

  • prototype: C

Generated using TypeDoc v0.23.24