UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 421 B
import { type ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.mjs"; export declare const ChartsAxisHighlightPath: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & { ownerState: { axisHighlight: ChartsAxisHighlightType; }; }, Pick<import("react").SVGProps<SVGPathElement>, keyof import("react").SVGProps<SVGPathElement>>, {}>;