UNPKG

@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 336 B
/// <reference types="react" /> import { BulletRectsItemProps } from './types'; export declare const BulletRectsItem: ({ animatedProps: { x, y, width, height, color }, borderColor, borderWidth, data, onMouseEnter, onMouseMove, onMouseLeave, onClick, }: BulletRectsItemProps) => JSX.Element; //# sourceMappingURL=BulletRectsItem.d.ts.map