UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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