3 lines
93 B
Plaintext
3 lines
93 B
Plaintext
export declare const rootRouteId = "__root__";
|
|
export type RootRouteId = typeof rootRouteId;
|