Interface CustomElementConstructor

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

    Constructors

    Constructors