UNPKG

@ant-design/graphs

Version:
6 lines (5 loc) 372 B
import type { Graph } from '@antv/g6'; import { ForwardRefExoticComponent, PropsWithChildren, PropsWithoutRef, RefAttributes } from 'react'; import type { NetworkGraphOptions } from './types'; export declare const NetworkGraph: ForwardRefExoticComponent<PropsWithoutRef<PropsWithChildren<NetworkGraphOptions>> & RefAttributes<Graph>>; export type { NetworkGraphOptions };