Skip to content

Commit

Permalink
fix(route): export types
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 30, 2023
1 parent 325d896 commit 551f4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/router/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {popstateTrigger} from './trigger-popstate.js';

export {routerOutlet, routeContextConsumer, url, redirect} from './core.js';
export {clickTrigger, popstateTrigger};
export type {RouteContext, RoutesConfig} from './type.js';

clickTrigger.enable = popstateTrigger.enable = true;

Expand Down

0 comments on commit 551f4e3

Please sign in to comment.