UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

8 lines 375 B
import type { ChartsLabelProps } from "./ChartsLabel.mjs"; 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>;