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