blob: 8acf707184bfe3de1cd8c4c897694bcfa3bbcf73 [file] [log] [blame]
import type { SpanningCellConfig, TableUserConfig } from './types/api';
import type { Row } from './types/internal';
export declare const injectHeaderConfig: (rows: Row[], config: TableUserConfig) => [Row[], SpanningCellConfig[]];