Interface CustomElementConstructor

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

Constructors

Constructors

  • Parameters

    • ...params: any[]

    Returns HTMLElement