Skip to content

Commit 266acf8

Browse files
authored
Export RouterSource
It is common for Typescript users to declare their sources as an interface. Currently we have to type it `any`. This allows to use the actual `RouterSource` type
1 parent ca09e36 commit 266acf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export {makeRouterDriver} from './makeRouterDriver';
2+
export {RouterSource} from './RouterSource';

0 commit comments

Comments
 (0)