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 97de828 commit 4c2712fCopy full SHA for 4c2712f
src/index.ts
@@ -73,6 +73,7 @@ export type {
73
RendererHooks,
74
RenderTemplate,
75
Router,
76
+ RouterTarget,
77
} from "./lib/output/index.js";
78
79
export { Outputs } from "./lib/output/output.js";
src/lib/output/index.ts
@@ -16,6 +16,7 @@ export {
16
type PageDefinition,
17
PageKind,
18
type Router,
19
+ type RouterTarget,
20
StructureDirRouter,
21
StructureRouter,
22
} from "./router.js";
0 commit comments