UNPKG

@patternfly/react-charts

Version:

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

17 lines 527 B
import { ThemeDefinition } from '../themes/Theme'; /** * Apply custom properties to base and color themes * * @param themeColor The theme color to merge with custom theme * @param customTheme The custom theme to merge * @public * @beta */ export declare const getCustomTheme: (themeColor: string, customTheme: ThemeDefinition) => ThemeDefinition; /** * Returns base theme for given color * @public * @beta */ export declare const getTheme: (themeColor: string) => ThemeDefinition; //# sourceMappingURL=theme.d.ts.map