Interface CustomElementConstructor

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

    Constructors

    Constructors