Variable CSSStyleValue

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

    Type declaration