UNPKG

ut-tools

Version:

Build and Release management automation package.

4 lines (3 loc) 231 B
import type { SpanningCellConfig, TableUserConfig } from './types/api'; import type { Row } from './types/internal'; export declare const injectHeaderConfig: (rows: Row[], config: TableUserConfig) => [Row[], SpanningCellConfig[]];