UNPKG

@patternfly/react-charts

Version:

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

17 lines 511 B
interface ChartClassNameInterface { className?: string; } /** * Copied from exenv * * @private Not intended as public API and subject to change */ export declare const canUseDOM: boolean; /** * Returns the class name that will be applied to the outermost div rendered by the chart's container * * @private Not intended as public API and subject to change */ export declare const getClassName: ({ className }: ChartClassNameInterface) => string; export {}; //# sourceMappingURL=chart-helpers.d.ts.map