@nivo/legends
Version:
legend components for nivo dataviz library
3 lines • 412 B
TypeScript
import { LegendSvgItemProps } from '../types';
export declare const LegendSvgItem: ({ x, y, width, height, data, direction, justify, textColor, background, opacity, symbolShape, symbolSize, symbolSpacing, symbolBorderWidth, symbolBorderColor, onClick, onMouseEnter, onMouseLeave, toggleSerie, effects, }: LegendSvgItemProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=LegendSvgItem.d.ts.map