UNPKG

@patternfly/react-charts

Version:

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

12 lines 353 B
import { ThemeDefinition } from '../themes/Theme'; interface ColorThemeInterface { COLOR_SCALE: string[]; } /** * ECharts skeleton color theme * * @private Not intended as public API and subject to change */ export declare const ColorTheme: (props: ColorThemeInterface) => ThemeDefinition; export {}; //# sourceMappingURL=skeleton-theme.d.ts.map