UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

7 lines 247 B
import * as React from 'react'; import { ChartsYAxisProps } from "../models/axis.js"; /** * @ignore - internal component. */ declare function ChartsGroupedYAxis(inProps: ChartsYAxisProps): React.JSX.Element | null; export { ChartsGroupedYAxis };