SourceTermAnalysisSystem_vue/node_modules/@antv/x6/lib/registry/attr/style.js
2026-05-15 10:22:44 +08:00

11 lines
331 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
const x6_common_1 = require("@antv/x6-common");
exports.style = {
qualify: x6_common_1.ObjectExt.isPlainObject,
set(styles, { elem }) {
x6_common_1.Dom.css(elem, styles);
},
};
//# sourceMappingURL=style.js.map