Files
klz-cables.com/.pnpm-store/v10/files/1c/9f8dbcb4000ee72e7441082fc6ad449fdc4196bf641e23d398a11c748e05d3ac6eec06e1a5a3f851bd7d2696f2528be3574d7f923271383ba94086237c1049
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
312 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
*/
declare export function CharacterLimitPlugin(props: {
charset: 'UTF-8' | 'UTF-16',
}): React.Node;