mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-26 19:46:42 +08:00
13 lines
429 B
JavaScript
13 lines
429 B
JavaScript
(function (global, factory) {
|
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.magicPresetDsValues = factory());
|
|
})(this, (function () { 'use strict';
|
|
|
|
const dsValues = {};
|
|
|
|
return dsValues;
|
|
|
|
}));
|
|
//# sourceMappingURL=index.umd.cjs.map
|