UNPKG

brickcharts

Version:

A comprehensive library for managing Billboard and Last.FM charts with visualizations and data management

5 lines (4 loc) 182 B
import { default as React } from 'react'; import { ChartLineProps } from './types'; export declare const ChartLine: React.FC<ChartLineProps>; //# sourceMappingURL=ChartLine.d.ts.map