UNPKG

@patternfly/react-charts

Version:

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

16 lines (13 loc) 282 B
import { ThemeOption } from 'echarts/types/src/util/types'; /** * Theme definition interface * * @public */ export interface ThemeDefinitionInterface extends ThemeOption {} /** * Theme definition type * * @public */ export type ThemeDefinition = ThemeDefinitionInterface;