UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

19 lines 314 B
/** * <zh/> 扩展注册表 * * <en/> Extension registry */ export const EXTENSION_REGISTRY = { animation: {}, behavior: {}, combo: {}, edge: {}, layout: {}, node: {}, palette: {}, theme: {}, plugin: {}, transform: {}, shape: {}, }; //# sourceMappingURL=store.js.map