@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
12 lines • 352 B
TypeScript
import * as React from 'react';
declare const ChartCursorFlyout: {
(props: any): React.DetailedReactHTMLElement<any, HTMLElement>;
propTypes: any;
defaultProps: {
pathComponent: JSX.Element;
role: string;
shapeRendering: string;
};
};
export { ChartCursorFlyout };
//# sourceMappingURL=ChartCursorFlyout.d.ts.map