@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 • 319 B
TypeScript
/// <reference types="react" />
import { BulletMarkersItemProps } from './types';
export declare const BulletMarkersItem: ({ animatedProps: { color, transform, x, y1, y2 }, data, onMouseEnter, onMouseMove, onMouseLeave, onClick, }: BulletMarkersItemProps) => JSX.Element;
//# sourceMappingURL=BulletMarkersItem.d.ts.map