UNPKG

@mui/x-charts

Version:

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

11 lines (10 loc) 303 B
import { LayoutConfig } from '../models/layout'; declare const useChartDimensions: (width: number, height: number, margin: LayoutConfig['margin']) => { left: number; top: number; right: number; bottom: number; width: number; height: number; }; export default useChartDimensions;