Files
klz-cables.com/.pnpm-store/v10/files/b0/9ae2b41c65cfea307a5427669d71a07b68779087a320179bbaa7e71d81169d75dc755546c1d6e27abfb3e6c5b7223f7cd7cbdc67d81f0969dece0f8979c1b6
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

15 lines
348 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
*/
type Props = $ReadOnly<{
defaultSelection?: 'rootStart' | 'rootEnd',
}>;
declare export function AutoFocusPlugin(props: Props): null;