Initial commit: igny8 project

This commit is contained in:
igny8
2025-11-09 10:27:02 +00:00
commit 60b8188111
27265 changed files with 4360521 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
import * as React from 'react';
import { R as RouterProviderProps$1 } from './fog-of-war-CCAcUMgB.js';
import './route-data-Cq_b5feC.js';
type RouterProviderProps = Omit<RouterProviderProps$1, "flushSync">;
declare function RouterProvider(props: Omit<RouterProviderProps, "flushSync">): React.JSX.Element;
/**
* @category Component Routers
*/
declare function HydratedRouter(): React.JSX.Element;
export { HydratedRouter, RouterProvider, type RouterProviderProps };