Files
klz-cables.com/.pnpm-store/v10/files/84/527987bf43aa93db00ac013cbd16766368bb24642caa7eb4b72335db3683d1c05fa7d451bde3acfb5b78b320fa65cfbeac740953fce7cb6d5c09d197b429d5
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

4 lines
366 B
Plaintext

import type { EditorProps } from '@monaco-editor/react';
export declare const defaultOptions: Pick<EditorProps['options'], 'insertSpaces' | 'tabSize' | 'trimAutoWhitespace'>;
export declare const defaultGlobalEditorOptions: Omit<EditorProps['options'], 'detectIndentation' | 'insertSpaces' | 'tabSize' | 'trimAutoWhitespace'>;
//# sourceMappingURL=constants.d.ts.map