Skip to content

Commit a534733

Browse files
authored
fix: Bring back DocumentProps and LayoutProps in rwsdk/router
We accidentally stopped exporting these types in #815
1 parent a3837fa commit a534733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/src/runtime/entries/router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import "./types/shared";
22
export * from "../lib/links";
33
export * from "../lib/router";
4+
export type { DocumentProps, LayoutProps } from "../lib/types";

0 commit comments

Comments
 (0)