@antv/g6
Version:
A Graph Visualization Framework in JavaScript
22 lines • 423 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.EXTENSION_REGISTRY = void 0;
/**
* <zh/> 扩展注册表
*
* <en/> Extension registry
*/
exports.EXTENSION_REGISTRY = {
animation: {},
behavior: {},
combo: {},
edge: {},
layout: {},
node: {},
palette: {},
theme: {},
plugin: {},
transform: {},
shape: {},
};
//# sourceMappingURL=store.js.map
;