@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 • 606 B
TypeScript
/// <reference types="react" />
import { BulletItemProps } from './types';
export declare const BulletItem: ({ id, scale, layout, reverse, axisPosition, x, y, width, height, title, titlePosition, titleAlign, titleOffsetX, titleOffsetY, titleRotation, tooltip, rangeBorderColor, rangeBorderWidth, rangeComponent, rangeColors, ranges, measureBorderColor, measureBorderWidth, measureComponent, measureHeight, measureColors, measures, markerComponent, markerColors, markerHeight, markers, onRangeClick, onMeasureClick, onMarkerClick, }: BulletItemProps) => JSX.Element;
//# sourceMappingURL=BulletItem.d.ts.map