validateSpanningCellConfig.d.ts 203 B

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