google_forms/node_modules/table/dist/src/calculateSpanningCellWidth....

4 lines
247 B
TypeScript

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