Files
klz-cables.com/.pnpm-store/v10/files/d5/830443832b58b68a95143e36b75b19e41fef48ec9074bf87fd598b0d49456d5c8d8e0493a214aaea81d256c3998fe9c03e8760835ae706be8a300c5df3f365
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

10 lines
261 B
Plaintext

import React from 'react';
import './index.scss';
export declare const AnimateHeight: React.FC<{
children: React.ReactNode;
className?: string;
duration?: number;
height?: 'auto' | number;
id?: string;
}>;
//# sourceMappingURL=index.d.ts.map