UNPKG

reaviz

Version:

Data Visualization using React

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