UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

10 lines 926 B
import { AxisConfig, ChartsYAxisProps } from "../models/axis.js"; 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 YAxisRoot: import("@emotion/styled").StyledComponent<Pick<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & Pick<import("react").SVGProps<SVGGElement>, keyof import("react").SVGProps<SVGGElement>>, keyof import("react").SVGProps<SVGGElement> | keyof import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>; export declare const defaultProps: { disableLine: boolean; disableTicks: boolean; tickSize: number; };