UNPKG

@util-co/sdg-wheel

Version:

Wheel chart showing positive and negative impact on 17 SDGs (Sustainable Development Goals)

4 lines (3 loc) 293 B
import { WheelSegmentsProps } from './Wheel.types'; declare const WheelSegments: ({ className, pie, data, onClick, setSelected, arc, selectSegments, onMouseOver, hoverSelected, transform, overlay }: WheelSegmentsProps) => import("react/jsx-runtime").JSX.Element; export default WheelSegments;