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
15 lines
649 B
Plaintext
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 |