UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

7 lines (6 loc) 186 B
/// <reference types="react" /> export declare const MotionPath: ({ custom, transition, ...rest }: { [x: string]: any; custom: any; transition: any; }) => JSX.Element;