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