@mui/x-charts
Version:
The community edition of MUI X Charts components.
11 lines • 786 B
text/typescript
export type ChartsRadialAxisHighlightPathType = 'line' | 'band';
export declare const ChartsRadialAxisHighlightPath: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
ownerState: {
axisHighlight: ChartsRadialAxisHighlightPathType;
};
}, Pick<import("react").SVGProps<SVGPathElement>, keyof import("react").SVGProps<SVGPathElement>>, {}>;
export declare const ChartsRadialAxisHighlightCircle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
ownerState: {
axisHighlight: ChartsRadialAxisHighlightPathType;
};
}, Pick<import("react").SVGProps<SVGCircleElement>, keyof import("react").SVGProps<SVGCircleElement>>, {}>;