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)

11 lines 450 B
/// <reference types="react" /> import { RadarCommonProps } from './types'; interface RadarGridLevelsProps<D extends Record<string, unknown>> { shape: RadarCommonProps<D>['gridShape']; radius: number; angleStep: number; dataLength: number; } export declare const RadarGridLevels: <D extends Record<string, unknown>>({ shape, ...props }: RadarGridLevelsProps<D>) => JSX.Element; export {}; //# sourceMappingURL=RadarGridLevels.d.ts.map