UNPKG

@kgdata/visualgraph

Version:
20 lines (19 loc) 621 B
import type { GraphinData } from '@antv/graphin'; declare const LGraph: ({ dataSource, layout, menus, theme, hasLengend, size, toolbar, nodeStrength, handleExpand, }: { dataSource: any; layout: string; theme?: "light" | "dark" | undefined; menus: { key: string; name: string; }[]; hasLengend?: boolean | undefined; size: { width: number | string; height: number | string; }; toolbar?: boolean | undefined; nodeStrength: number | null; handleExpand: (type: string, data: any) => void; }) => JSX.Element; export default LGraph;