Sha256: 6a74ad9e22fbc60074f7b52a94a67b3adfb5e59b803849c82af18254f7f627e3
Contents?: true
Size: 524 Bytes
Versions: 21
Compression:
Stored size: 524 Bytes
Contents
import { ALIGNMENT, COLOR } from '../models/common'; import { TableStyleDetails } from '../models/internal-table'; export declare const DEFAULT_COLUMN_LEN = 20; export declare const DEFAULT_TABLE_STYLE: TableStyleDetails; export declare const ALIGNMENTS: string[]; export declare const COLORS: string[]; export declare const DEFAULT_ROW_FONT_COLOR: COLOR; export declare const DEFAULT_HEADER_FONT_COLOR: COLOR; export declare const DEFAULT_ROW_ALIGNMENT: ALIGNMENT; export declare const DEFAULT_HEADER_ALIGNMENT: ALIGNMENT;
Version data entries
21 entries across 21 versions & 1 rubygems