Sha256: f63e03b2fd6855545473702562f035ac026235543edeb74b9689124a18a83042

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 Bytes

Contents

import type { SpanningCellManager } from './spanningCellManager';
import type { DrawVerticalLine } from './types/api';
import type { BodyBorderConfig, Row } from './types/internal';
export declare type DrawRowConfig = {
    border: BodyBorderConfig;
    drawVerticalLine: DrawVerticalLine;
    spanningCellManager?: SpanningCellManager;
    rowIndex?: number;
};
export declare const drawRow: (row: Row, config: DrawRowConfig) => string;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trusty-cms-6.3.1 node_modules/table/dist/src/drawRow.d.ts