UNPKG

@patternfly/react-charts

Version:

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

8 lines 258 B
import { ThemeDefinition } from './Theme'; /** * Base theme containing EChart properties only * * @private Not intended as public API and subject to change */ export declare const BaseTheme: () => ThemeDefinition; //# sourceMappingURL=base-theme.d.ts.map