UNPKG

@ant-design/graphs

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