Skip to content

Commit

Permalink
fix(router): signal define issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Mar 22, 2022
1 parent 2218483 commit d3921b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/router/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ import {joinParameterList, logger, routeSignalProvider} from './core';
import {routeChangeSignal} from './signal';
import {clickTrigger} from './trigger-click';
import {popstateTrigger} from './trigger-popstate';

import type {SignalInterface} from '@alwatr/signal';
import type {InitOptions, Route, RoutesConfig} from './type';

export {routeChangeSignal};
export type {Route, RequestRouteParam, RoutesConfig} from './type';

/**
Expand Down

0 comments on commit d3921b5

Please sign in to comment.