Files
klz-cables.com/.pnpm-store/v10/files/e8/0dc16139aafaab704eef71ae92a91699fb35383a620124110fbc69d1a34f3d544127263e58e8dc92d6ea8f287acde8d883e3bbef39215667bbfb268d2641af
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

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;