UNPKG

@patternfly/react-charts

Version:

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

14 lines 468 B
import { ChartComponentThemeDefinition, ChartThemeDefinition } from '../ChartTheme'; /** * Base theme containing Victory properties only * * @private Not intended as public API and subject to change */ export declare const BaseTheme: ChartThemeDefinition; /** * Base component theme * * @private Not intended as public API and subject to change */ export declare const BaseComponentTheme: ChartComponentThemeDefinition; //# sourceMappingURL=base-theme.d.ts.map