UNPKG

@ansible/react-json-chart-builder

Version:

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

3 lines (2 loc) 205 B
import { ChartFunctions, ChartSchemaElement } from '../types'; export declare const replaceStringsWithFunctions: (schema: ChartSchemaElement[], functions: ChartFunctions['style']) => ChartSchemaElement[];