Files
klz-cables.com/.pnpm-store/v10/files/fb/55e55a110876a3752bf1b1636c0829d6ae8d913a4f5474c03d521df9d2f0fab5ca40d34aba6cfccc4c9d5284c0bac752e52b010373771596f8bdd10e508a71
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

9 lines
343 B
Plaintext

export declare const usePatchAnimateHeight: ({ containerRef, contentRef, duration, open, }: {
containerRef: React.RefObject<HTMLDivElement>;
contentRef: React.RefObject<HTMLDivElement>;
duration: number;
open: boolean;
}) => {
browserSupportsKeywordAnimation: boolean;
};
//# sourceMappingURL=usePatchAnimateHeight.d.ts.map