projecte_ionic/node_modules/table/dist/drawRow.d.ts
2022-02-09 18:30:03 +01:00

6 lines
251 B
TypeScript
Executable file

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;