Skip to content

Commit 4c2712f

Browse files
committed
Export new types
1 parent 97de828 commit 4c2712f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export type {
7373
RendererHooks,
7474
RenderTemplate,
7575
Router,
76+
RouterTarget,
7677
} from "./lib/output/index.js";
7778

7879
export { Outputs } from "./lib/output/output.js";

src/lib/output/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
type PageDefinition,
1717
PageKind,
1818
type Router,
19+
type RouterTarget,
1920
StructureDirRouter,
2021
StructureRouter,
2122
} from "./router.js";

0 commit comments

Comments
 (0)