UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

12 lines (11 loc) 291 B
import { Component } from 'react'; interface HiveAxisProps { angle: (...args: any[]) => any; color: (...args: any[]) => any; radius: any; index: number; } export declare class HiveAxis extends Component<HiveAxisProps, {}> { render(): JSX.Element; } export {};