GoScrobble/web/node_modules/table/dist/drawRow.d.ts

7 lines
251 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
import type { DrawVerticalLine } from './types/api';
import type { BodyBorderConfig, Row } from './types/internal';
export declare const drawRow: (row: Row, config: {
border: BodyBorderConfig;
drawVerticalLine: DrawVerticalLine;
}) => string;