UNPKG

@formant/ava-react

Version:

React components of AVA.

6 lines (5 loc) 172 B
import React from 'react'; import type { ThemeStylesProps } from '../../types'; export declare const SingleLineChart: React.FC<{ data: number[]; } & ThemeStylesProps>;