UNPKG

@ansible/react-json-chart-builder

Version:

A chart builder component in react, which uses JSON for schema.

5 lines (4 loc) 179 B
import { FunctionComponent } from 'react'; import { ChartInterface } from './types'; declare const ChartRenderer: FunctionComponent<ChartInterface>; export default ChartRenderer;