Files
html2canvas/dist/lib/css/IPropertyDescriptor.js
nedim hadzialic 87b8c5ba44 added build
2021-04-30 18:24:24 +02: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