chatty-pub/node_modules/html2canvas/dist/lib/css/IPropertyDescriptor.js
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +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