UNPKG

ut-tools

Version:

Build and Release management automation package.

4 lines (3 loc) 248 B
import type { SpanningCellConfig } from './types/api'; import type { ColumnConfig, RangeConfig } from './types/internal'; export declare const makeRangeConfig: (spanningCellConfig: SpanningCellConfig, columnsConfig: ColumnConfig[]) => RangeConfig;