UNPKG

@simspace/nivo-radar

Version:

[![version](https://img.shields.io/npm/v/@nivo/radar.svg?style=flat-square)](https://www.npmjs.com/package/@nivo/radar)

4 lines 285 B
/// <reference types="react" /> import { RadarSvgProps } from './types'; export declare const Radar: <D extends Record<string, unknown>>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: RadarSvgProps<D>) => JSX.Element; //# sourceMappingURL=Radar.d.ts.map