@nivo/bar
Version:
3 lines • 536 B
TypeScript
import { BarDatum, BarItemProps } from './types';
export declare const BarItem: <D extends BarDatum>({ bar: { data, ...bar }, style: { borderColor, color, height, labelColor, labelOpacity, labelX, labelY, transform, width, textAnchor, }, borderRadius, borderWidth, label, shouldRenderLabel, isInteractive, onClick, onMouseEnter, onMouseLeave, tooltip, isFocusable, ariaLabel, ariaLabelledBy, ariaDescribedBy, ariaDisabled, ariaHidden, }: BarItemProps<D>) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=BarItem.d.ts.map