UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

5 lines 250 B
/** * This component provides an accessibility proxy for charts. * It uses two divs to let screen readers announce the focused content when it changes. */ export declare function ChartsAccessibilityProxy(): import("react/jsx-runtime").JSX.Element;