UNPKG

temporibusunde

Version:

Access and interact with Aragon Organizations and their apps.

4 lines (3 loc) 247 B
import type { SpanningCellParameters } from './spanningCellManager'; import type { RangeConfig } from './types/internal'; export declare const calculateSpanningCellWidth: (rangeConfig: RangeConfig, dependencies: SpanningCellParameters) => number;