Files
supplier-dispatch-h5/node_modules/table/dist/src/validateSpanningCellConfig.d.ts
2023-08-11 10:45:20 +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;