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

7 lines
211 B
Plaintext

import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor';
export declare const enum DIRECTION {
LTR = 0,
RTL = 1
}
export declare const direction: IPropertyIdentValueDescriptor<DIRECTION>;