UNPKG

@ka1do/kit

Version:
4 lines (3 loc) 204 B
import type { TableConfig, Row } from './types/internal'; declare const _default: (rows: Row[], columnSizeIndex: number[], rowSpanIndex: number[], config: TableConfig) => string; export default _default;