Skip to content

Commit

Permalink
Merge pull request #3863 from alibaba/fix/rax-app-types
Browse files Browse the repository at this point in the history
fix: types export
  • Loading branch information
SoloJiang authored Nov 26, 2020
2 parents 030fb54 + d0af638 commit dc52256
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export * from './runApp';
export { ErrorBoundary } from './ErrorBoundary';
export { APP_MODE } from './appMode';
export * from './types';

<%- imports %>

Expand Down

0 comments on commit dc52256

Please sign in to comment.