UNPKG

203 BTypeScriptView Raw
1import type { SpanningCellConfig } from './types/api';
2import type { Row } from './types/internal';
3export declare const validateSpanningCellConfig: (rows: Row[], configs: SpanningCellConfig[]) => void;