@mui/x-charts
Version:
The community edition of MUI X Charts components.
6 lines • 415 B
TypeScript
import { ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js";
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>>, {}>;