@mui/x-charts
Version:
The community edition of MUI X Charts components.
9 lines • 458 B
text/typescript
import { type AxisConfig, type ChartsYAxisProps } from "../models/axis.mjs";
export declare const useUtilityClasses: (ownerState: AxisConfig<any, any, ChartsYAxisProps>) => Record<"root" | "line" | "label" | "tickContainer" | "tick" | "tickLabel", string>;
export declare const TICK_LABEL_GAP = 2;
export declare const AXIS_LABEL_TICK_LABEL_GAP = 2;
export declare const defaultProps: {
disableLine: boolean;
disableTicks: boolean;
tickSize: number;
};