UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

5 lines (4 loc) 195 B
import { FC } from 'react'; import { BarProps } from '../BarChart'; export declare type LinearGaugeBarProps = BarProps; export declare const LinearGaugeBar: FC<Partial<LinearGaugeBarProps>>;