UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

6 lines (5 loc) 218 B
import { ChartMargin, ChartOffset } from '../types'; export declare function calculateInnerSize(rect: DOMRect | null, margin?: ChartMargin, offsets?: ChartOffset): { innerWidth: number; innerHeight: number; };