Files
ETB/ETB-FrontEnd/node_modules/@mui/x-charts/ChartsAxisHighlight/ChartsAxisHighlightPath.d.ts
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

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>>, {}>;