Files
klz-cables.com/.pnpm-store/v10/files/ee/34af7d10e719ea1d351544e8e8a100505235a4724224e59217c4f529d0f85d9e8f9894fb75d95c15a6ff9697b8d8ecbcbd4c43b4aba36e313038a310d78372
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

22 lines
623 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.
*
* @flow strict
*/
import type {CustomPrintNodeFn} from '@lexical/devtools-core';
import type {LexicalEditor} from 'lexical';
declare export function TreeView(props: {
timeTravelPanelClassName: string,
timeTravelPanelSliderClassName: string,
timeTravelPanelButtonClassName: string,
timeTravelButtonClassName: string,
viewClassName: string,
editor: LexicalEditor,
customPrintNode?: CustomPrintNodeFn,
}): React.Node;