UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

7 lines (6 loc) 243 B
import * as React from 'react'; export declare const useChartContainerDimensions: (inWidth?: number, inHeight?: number, resolveSizeBeforeRender?: boolean) => { containerRef: React.RefObject<null>; width: number; height: number; };