@nivo/bullet
Version:
<a href="https://nivo.rocks"><img alt="nivo" src="https://raw.githubusercontent.com/plouc/nivo/master/nivo.png" width="216" height="68"/></a>
4 lines • 321 B
TypeScript
/// <reference types="react" />
import { BulletRectsProps } from './types';
export declare const BulletRects: ({ animatedProps, data, layout, y, borderColor, borderWidth, component, reverse, scale, height, onMouseEnter, onMouseLeave, onClick, }: BulletRectsProps) => JSX.Element;
//# sourceMappingURL=BulletRects.d.ts.map