UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

13 lines (12 loc) 613 B
export type { BehaviorOptions } from './behavior'; export type { CanvasOptions } from './canvas'; export type { ComboData, EdgeData, GraphData, NodeData } from './data'; export type { ComboOptions } from './element/combo'; export type { EdgeOptions } from './element/edge'; export type { NodeOptions } from './element/node'; export type { GraphOptions } from './graph'; export type { LayoutOptions } from './layout'; export type { PluginOptions } from './plugin'; export type { ThemeOptions } from './theme'; export type { TransformOptions } from './transform'; export type { ViewportOptions } from './viewport';