Files
klz-cables.com/.pnpm-store/v10/files/15/4d9282ed7c80c1bb13b0a206b21b15e29f51938e1daeb62a18c4511f427164c7eb52db35fb2619f9f37ac0bc9cbfcf3f05121f547782c4530445e092b1edce
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

3 lines
121 B
Plaintext

import type { Modifier } from '@dnd-kit/core';
export declare function createSnapModifier(gridSize: number): Modifier;