Files
klz-cables.com/.pnpm-store/v10/files/c9/97a4d33b0e570afbf68c17a292952708b054b1955bc57b90ddb6e0f9eb3242b55d8ad7e54cb0a4902b76d71ed717a0b703276d37b0d93ba5a31db685e20c7e
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

13 lines
635 B
Plaintext

export declare const createForeignObjectSVG: (width: number, height: number, x: number, y: number, node: Node) => SVGForeignObjectElement;
export declare const loadSerializedSVG: (svg: Node) => Promise<HTMLImageElement>;
export declare const FEATURES: {
readonly SUPPORT_RANGE_BOUNDS: boolean;
readonly SUPPORT_WORD_BREAKING: boolean;
readonly SUPPORT_SVG_DRAWING: boolean;
readonly SUPPORT_FOREIGNOBJECT_DRAWING: Promise<boolean>;
readonly SUPPORT_CORS_IMAGES: boolean;
readonly SUPPORT_RESPONSE_TYPE: boolean;
readonly SUPPORT_CORS_XHR: boolean;
readonly SUPPORT_NATIVE_TEXT_SEGMENTATION: boolean;
};