UNPKG

table

Version:

Formats data into a string table.

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