Files
klz-cables.com/.pnpm-store/v10/files/a3/889b5264f04780127b64c3735338fcf69297085ce493403324e46c70136151f87d529bd1163fdbb0c826594218107fe196251e170ec7ed8d82c7463179d41e
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

8 lines
294 B
Plaintext

import { ElementContainer } from '../element-container';
import { Context } from '../../core/context';
export declare class OLElementContainer extends ElementContainer {
readonly start: number;
readonly reversed: boolean;
constructor(context: Context, element: HTMLOListElement);
}