Variable CSSKeywordValue

    CSSKeywordValue: {
        prototype: CSSKeywordValue;
        new (value: string): CSSKeywordValue;
    }