Files
mooknote_web/node_modules/table/dist/src/calculateSpanningCellWidth.d.ts
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

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;