UNPKG

@mui/x-charts

Version:

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

4 lines (3 loc) 192 B
import * as React from 'react'; export declare function useChartGradient(): (axisId: string, direction: 'x' | 'y') => string; export declare function ChartsAxesGradients(): React.JSX.Element;