blob: d04bd34295ae304ab8ec3d698979fd169c39c35f [file] [log] [blame]
import type { SpanningCellConfig } from './types/api';
import type { Row } from './types/internal';
export declare const validateSpanningCellConfig: (rows: Row[], configs: SpanningCellConfig[]) => void;