UNPKG

@linaria/utils

Version:

Blazing fast zero-runtime CSS in JS library

14 lines (13 loc) 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValueType = void 0; let ValueType = /*#__PURE__*/function (ValueType) { ValueType[ValueType["LAZY"] = 0] = "LAZY"; ValueType[ValueType["FUNCTION"] = 1] = "FUNCTION"; ValueType[ValueType["CONST"] = 2] = "CONST"; return ValueType; }({}); exports.ValueType = ValueType; //# sourceMappingURL=types.js.map