UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

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