Files
klz-cables.com/.pnpm-store/v10/files/65/38112e72ffd438e0f6d1e8f3e383879aabe4cc810a34ee41e8d1db7378ab7fbe11a7205910177ca9108610fe777a162569d1b23c3c6ea3447018b1e867cae1
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

14 lines
443 B
Plaintext

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import type { EditorConfig } from 'lexical';
import { ElementNode } from './LexicalElementNode';
export declare class ArtificialNode__DO_NOT_USE extends ElementNode {
static getType(): string;
createDOM(config: EditorConfig): HTMLElement;
}