Initial boiler plate project
This commit is contained in:
5
node_modules/next/dist/client/components/app-router-announcer.d.ts
generated
vendored
Normal file
5
node_modules/next/dist/client/components/app-router-announcer.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
/// <reference types="react" />
|
||||
import type { FlightRouterState } from '../../server/app-render/types';
|
||||
export declare function AppRouterAnnouncer({ tree }: {
|
||||
tree: FlightRouterState;
|
||||
}): import("react").ReactPortal | null;
|
||||
Reference in New Issue
Block a user