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

Constructors

Constructors

  • Parameters

    • Rest ...params: any[]

    Returns HTMLElement

Generated using TypeDoc