Variable CSSNumericValue

CSSNumericValue: {
    prototype: CSSNumericValue;
    parse(cssText) => CSSNumericValue;
    new (): CSSNumericValue;
}

Type declaration

Generated using TypeDoc