UNPKG

@ant-design/graphs

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