@mui/x-charts
Version:
The community edition of MUI X Charts components.
7 lines • 373 B
text/typescript
export interface ChartsRadialAxisHighlightClasses {
/** Styles applied to the root element. */
root: string;
}
export type ChartsRadialAxisHighlightClassKey = keyof ChartsRadialAxisHighlightClasses;
export declare function getRadialAxisHighlightUtilityClass(slot: string): string;
export declare const chartsRadialAxisHighlightClasses: ChartsRadialAxisHighlightClasses;