UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

13 lines (12 loc) 301 B
import { Component } from 'react'; interface HiveLabelProps { index: number; text: string; label: any; outerRadius: number; angle: (...args: any[]) => any; } export declare class HiveLabel extends Component<HiveLabelProps, {}> { render(): JSX.Element; } export {};