UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

21 lines (19 loc) 329 B
import type { ExtensionRegistry } from './types'; /** * <zh/> 扩展注册表 * * <en/> Extension registry */ export const EXTENSION_REGISTRY: ExtensionRegistry = { animation: {}, behavior: {}, combo: {}, edge: {}, layout: {}, node: {}, palette: {}, theme: {}, plugin: {}, transform: {}, shape: {}, };