Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
12 lines
576 B
Plaintext
12 lines
576 B
Plaintext
import { ALIGNMENT, COLOR } from '../models/common';
|
|
import { TableStyleDetails } from '../models/internal-table';
|
|
export declare const DEFAULT_COLUMN_LEN = 20;
|
|
export declare const DEFAULT_ROW_SEPARATOR = false;
|
|
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;
|