UNPKG

@util-co/sdg-wheel

Version:

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

6 lines (5 loc) 294 B
import 'react-tooltip/dist/react-tooltip.css'; import { WheelProps } from './Wheel.types'; import './Wheel.scss'; declare const SdgWheel: ({ data: dataRaw, handleSegmentClick, handleCenterClick, selectSegments }: WheelProps) => import("react/jsx-runtime").JSX.Element; export default SdgWheel;