@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
16 lines (13 loc) • 318 B
TypeScript
import 'victory-core';
declare module 'victory-core' {
export const CommonProps: any;
export const Data: any;
export const Helpers: any;
export const Line: any;
export const Path: any;
export const TextSize: any;
}
declare module 'hoist-non-react-statics' {
const hoist: any;
export default hoist;
}