one
Version:
One is a new React Framework that makes Vite serve both native and web.
7 lines • 449 B
TypeScript
import type { One } from '../vite/types';
import type { OneLinkingConfig } from '../link/getLinking';
import * as routerStore from './router';
export declare function useInitializeOneRouter(context: One.RouteContext, initialLocation: URL | undefined, linking?: OneLinkingConfig): typeof routerStore;
export declare function prepareForSSRRender(): void;
export declare function resetState(): void;
//# sourceMappingURL=useInitializeOneRouter.d.ts.map