Variable DOMQuad

DOMQuad: {
    prototype: DOMQuad;
    fromQuad(other?) => DOMQuad;
    fromRect(other?) => DOMQuad;
    new (p1?, p2?, p3?, p4?): DOMQuad;
}

Type declaration