@mui/x-charts
Version:
The community edition of MUI X Charts components.
7 lines • 314 B
TypeScript
import { type ChartsXAxisProps } from "../models/axis.js";
interface ChartsGroupedXAxisProps extends ChartsXAxisProps {}
/**
* @ignore - internal component.
*/
declare function ChartsGroupedXAxisTicks(inProps: ChartsGroupedXAxisProps): import("react/jsx-runtime").JSX.Element;
export { ChartsGroupedXAxisTicks };