| Server IP : 159.203.156.69 / Your IP : 216.73.217.172 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/node_modules/vinext/dist/shims/ |
Upload File : |
import React from "react";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/shims/document.d.ts
declare function Html({
children,
lang,
...props
}: React.HTMLAttributes<HTMLHtmlElement> & {
children?: React.ReactNode;
}): _$react_jsx_runtime0.JSX.Element;
/**
* Document Head - renders <head> with children.
* The dev server injects meta tags, styles, etc.
*/
declare function Head({
children
}: {
children?: React.ReactNode;
}): _$react_jsx_runtime0.JSX.Element;
/**
* Main - renders the page content container.
*/
declare function Main(): _$react_jsx_runtime0.JSX.Element;
/**
* NextScript - renders a placeholder that the dev-server replaces with
* actual hydration scripts (__NEXT_DATA__ + entry module).
* Uses dangerouslySetInnerHTML so the HTML comment survives renderToString.
*/
declare function NextScript(): _$react_jsx_runtime0.JSX.Element;
/**
* Default Document component - used when no custom _document.tsx exists.
*/
declare function Document(): _$react_jsx_runtime0.JSX.Element;
//#endregion
export { Head, Html, Main, NextScript, Document as default };
//# sourceMappingURL=document.d.ts.map