calculateSpanningCellWidth.d.ts 247 B

123
  1. import type { SpanningCellParameters } from './spanningCellManager';
  2. import type { RangeConfig } from './types/internal';
  3. export declare const calculateSpanningCellWidth: (rangeConfig: RangeConfig, dependencies: SpanningCellParameters) => number;