UNPKG

@formant/ava-react

Version:

React components of AVA.

8 lines (7 loc) 222 B
import React from 'react'; import type { G2Spec } from '@antv/g2'; export declare const ChartCarousel: ({ charts, height, width, }: { charts: G2Spec[]; height?: number; width?: number; }) => React.JSX.Element;