wilddragon-site/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts
2026-04-17 15:51:01 -04:00

4 lines
288 B
TypeScript
Executable file

import React from 'react';
export type ServerInsertedHTMLHook = (callbacks: () => React.ReactNode) => void;
export declare const ServerInsertedHTMLContext: React.Context<ServerInsertedHTMLHook | null>;
export declare function useServerInsertedHTML(callback: () => React.ReactNode): void;