interface CustomElementConstructor {
    new CustomElementConstructornew (...params: any[]): HTMLElement;
}

Constructors

Constructors

  • Parameters

    • Rest...params: any[]

    Returns HTMLElement