@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
13 lines • 342 B
TypeScript
import { ThemeDefinition } from './Theme';
interface ColorThemeInterface {
COLOR_SCALE: string[];
}
/**
* ECharts color theme
*
* @private Not intended as public API and subject to change
* @beta
*/
export declare const ColorTheme: (props: ColorThemeInterface) => ThemeDefinition;
export {};
//# sourceMappingURL=color-theme.d.ts.map