Files
williammarch.xyz/node_modules/next/dist/client/components/client-page.d.ts
2026-04-02 19:13:46 +01:00

8 lines
232 B
TypeScript

/// <reference types="react" />
export declare function ClientPageRoot({ Component, props, }: {
Component: React.ComponentType<any>;
props: {
[props: string]: any;
};
}): import("react/jsx-runtime").JSX.Element;