CSSStyleValue: {
    prototype: CSSStyleValue;
    parse(property, cssText) => CSSStyleValue;
    parseAll(property, cssText) => CSSStyleValue[];
    new (): CSSStyleValue;
}

Type declaration

Generated using TypeDoc