Skip to content

Commit

Permalink
🏷️ export all qiankun types (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos authored and howel52 committed Nov 2, 2019
1 parent d77b02b commit 151b8b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export function registerMicroApps<T extends object = {}>(
}

export * from './effects';
export * from './interfaces';

export function start(opts: StartOpts = {}) {
const { prefetch = true, jsSandbox = true, singular = true, fetch } = opts;
Expand Down

0 comments on commit 151b8b6

Please sign in to comment.