UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 245 B
import { type ChartsYAxisProps } from "../models/axis.js"; /** * @ignore - internal component. */ declare function ChartsGroupedYAxisTicks(inProps: ChartsYAxisProps): import("react/jsx-runtime").JSX.Element; export { ChartsGroupedYAxisTicks };