UNPKG

@platform/css

Version:

Helpers for working with inline CSS.

9 lines (8 loc) 195 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var CssValue = (function () { function CssValue() { } return CssValue; }()); exports.CssValue = CssValue;