UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 233 B
import type * as React from 'react'; /** * Get the ref for the root chart element. * @returns The root chart element ref. */ export declare function useChartRootRef<T extends Element = HTMLDivElement>(): React.RefObject<T | null>;