@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
15 lines • 316 B
TypeScript
import { ThemeOption } from 'echarts/types/src/util/types';
/**
* Theme definition interface
*
* @public
*/
export interface ThemeDefinitionInterface extends ThemeOption {
}
/**
* Theme definition type
*
* @public
*/
export type ThemeDefinition = ThemeDefinitionInterface;
//# sourceMappingURL=Theme.d.ts.map