UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 219 B
import type * as React from 'react'; /** * Get the ref for the chart surface element. * @returns The chart surface ref. */ export declare function useChartsLayerContainerRef(): React.RefObject<HTMLDivElement | null>;