UNPKG

@patternfly/react-charts

Version:

This library provides a set of React chart components for use with the PatternFly reference implementation.

8 lines (6 loc) 199 B
import * as echarts from 'echarts/types/dist/core'; declare module 'echarts' { export const registerTheme: echarts.registerTheme; export const init: echarts.init; export type ECharts = any; }