We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3837fa commit a534733Copy full SHA for a534733
sdk/src/runtime/entries/router.ts
@@ -1,3 +1,4 @@
1
import "./types/shared";
2
export * from "../lib/links";
3
export * from "../lib/router";
4
+export type { DocumentProps, LayoutProps } from "../lib/types";
0 commit comments