UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

5 lines (4 loc) 239 B
import * as React from 'react'; import { AxisId } from '../../../models/axis'; export declare function useChartGradient(): (axisId: AxisId, direction: "x" | "y") => string; export declare function ChartsAxesGradients(): React.JSX.Element;