UNPKG

@ka1do/kit

Version:
8 lines (7 loc) 270 B
import type { DrawVerticalLine } from './types/api'; import type { BodyBorderConfig, Row } from './types/internal'; declare const _default: (row: Row, config: { border: BodyBorderConfig; drawVerticalLine: DrawVerticalLine; }) => string; export default _default;