Files
mooknote_web/node_modules/table/dist/src/validateSpanningCellConfig.d.ts
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

4 lines
203 B
TypeScript

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