Variable CSSNumericValue

    CSSNumericValue: {
        prototype: CSSNumericValue;
        parse(cssText: string): CSSNumericValue;
        new (): CSSNumericValue;
    }

    Type declaration