@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
17 lines • 448 B
TypeScript
export interface PathHelpersInterface {
circle: Function;
dash: Function;
diamond: Function;
eyeSlash: Function;
minus: Function;
plus: Function;
star: Function;
square: Function;
threshold: Function;
triangleDown: Function;
triangleLeft: Function;
triangleRight: Function;
triangleUp: Function;
}
export declare const PathHelpers: PathHelpersInterface;
//# sourceMappingURL=path-helpers.d.ts.map