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

15 lines
649 B
Plaintext

import type { ImportMap, SanitizedConfig, ServerFunctionClient } from 'payload';
import React from 'react';
import '@payloadcms/ui/scss/app.scss';
export declare const metadata: {
description: string;
title: string;
};
export declare const RootLayout: ({ children, config: configPromise, htmlProps, importMap, serverFunction, }: {
readonly children: React.ReactNode;
readonly config: Promise<SanitizedConfig>;
readonly htmlProps?: React.HtmlHTMLAttributes<HTMLHtmlElement>;
readonly importMap: ImportMap;
readonly serverFunction: ServerFunctionClient;
}) => Promise<React.JSX.Element>;
//# sourceMappingURL=index.d.ts.map