UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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