Files
klz-cables.com/.pnpm-store/v10/files/b3/20d5fc0a709638dffe09b0454e2c1f25d4269da5164854afa4f2402cb8f95b0748773675392e3f6cc04a93272162a3bbd8d5717940dd9c4cface507a813b9e
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

12 lines
494 B
Plaintext

import type { Config, ImportMap, ServerProps } from 'payload';
import '@payloadcms/ui/scss/app.scss';
import React from 'react';
type Args = {
readonly children: React.ReactNode;
readonly importMap: ImportMap;
readonly providers: Config['admin']['components']['providers'];
readonly serverProps: ServerProps;
};
export declare function NestProviders({ children, importMap, providers, serverProps, }: Args): React.ReactNode;
export {};
//# sourceMappingURL=NestProviders.d.ts.map