@mui/x-charts
Version:
The community edition of the Charts components (MUI X).
6 lines • 408 B
TypeScript
import { ChartsAxisHighlightType } from "./ChartsAxisHighlight.types.js";
export declare const ChartsAxisHighlightPath: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
ownerState: {
axisHighlight: ChartsAxisHighlightType;
};
}, Pick<import("react").SVGProps<SVGPathElement>, keyof import("react").SVGProps<SVGPathElement>>, {}>;