UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

4 lines 209 B
/** * Get the focused item from keyboard navigation. */ export declare function useFocusedItem(): import("../index.js").FocusedItemIdentifier<keyof import("../internals/index.js").ChartsSeriesConfig> | null;