Skip to content

Commit 24f9c51

Browse files
Types: Fix useRoute and RouteProps missing in export
1 parent 73174cf commit 24f9c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/preact-iso/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { default as prerender } from './prerender';
2-
export { Router, LocationProvider, useLocation } from './router';
2+
export * from './router';
33
export { default as lazy, ErrorBoundary } from './lazy';
44
export { default as hydrate } from './hydrate';

0 commit comments

Comments
 (0)