html2canvas/dist/lib/css/IPropertyDescriptor.js
2021-04-23 19:08:34 -04:00

11 lines
803 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var PropertyDescriptorParsingType;
(function (PropertyDescriptorParsingType) {
PropertyDescriptorParsingType[PropertyDescriptorParsingType["VALUE"] = 0] = "VALUE";
PropertyDescriptorParsingType[PropertyDescriptorParsingType["LIST"] = 1] = "LIST";
PropertyDescriptorParsingType[PropertyDescriptorParsingType["IDENT_VALUE"] = 2] = "IDENT_VALUE";
PropertyDescriptorParsingType[PropertyDescriptorParsingType["TYPE_VALUE"] = 3] = "TYPE_VALUE";
PropertyDescriptorParsingType[PropertyDescriptorParsingType["TOKEN_VALUE"] = 4] = "TOKEN_VALUE";
})(PropertyDescriptorParsingType = exports.PropertyDescriptorParsingType || (exports.PropertyDescriptorParsingType = {}));
//# sourceMappingURL=IPropertyDescriptor.js.map