UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

5 lines 200 B
/** * Get the message associated to the focused item. * @returns {string | null} the accessibility description linked to the focused item */ export declare function useDescription(): string | null;