UNPKG

@kgdata/forcegraph

Version:
5 lines (4 loc) 233 B
import React from 'react'; import type { FGDProps, FGDComponentProps } from './typeDefinition'; declare const FGD: React.ForwardRefExoticComponent<React.FC<FGDProps> & React.RefAttributes<FGDComponentProps>>; export default FGD;