UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

8 lines 374 B
import type { ChartsLabelProps } from "./ChartsLabel.js"; export interface ChartsLabelClasses { /** Styles applied to the root element. */ root: string; } export declare function getLabelUtilityClass(slot: string): string; export declare const labelClasses: ChartsLabelClasses; export declare const useUtilityClasses: (props: ChartsLabelProps) => Record<"root", string>;