Files
klz-cables.com/.pnpm-store/v10/files/78/ab8485bc0207d64ab020f951e02651137ced4a47f64d1214fd39afbb7e3c020d3c358420ed242171c1c4ad4013fd69900f1567ef7b168c80f954b5f00c5847
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

11 lines
468 B
Plaintext

import type { ImageSize } from '../types.js';
/**
* Sanitize the resize config. If the resize config has the `withoutReduction`
* property set to true, the `fit` and `position` properties will be set to `contain`
* and `top left` respectively.
*
* @param resizeConfig - the resize config
* @returns a sanitized resize config
*/
export declare const sanitizeResizeConfig: (resizeConfig: ImageSize) => ImageSize;
//# sourceMappingURL=sanitizeResizeConfig.d.ts.map