@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
15 lines • 408 B
TypeScript
interface ChartClassNameInterface {
className?: string;
}
/**
* Copied from exenv
* @private
*/
export declare const canUseDOM: boolean;
/**
* Returns the class name that will be applied to the outer-most div rendered by the chart's container
* @private
*/
export declare const getClassName: ({ className }: ChartClassNameInterface) => string;
export {};
//# sourceMappingURL=chart-helpers.d.ts.map