Files
klz-cables.com/.pnpm-store/v10/files/7b/93d0bbf0da6cd95691bf7204b8176153cf7d4e6c01bdc48880faf08abde75dcacacd221f6a1acfd38b68598d1985e04383c32ed9405019a5488a65553cabea
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

5 lines
251 B
Plaintext

import { CSSValue } from '../../syntax/parser';
import { CSSLinearGradientImage } from '../image';
import { Context } from '../../../core/context';
export declare const linearGradient: (context: Context, tokens: CSSValue[]) => CSSLinearGradientImage;