Skip to content

Commit

Permalink
fix: export all TS definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jan 13, 2021
1 parent 6be5d7d commit 6cd2996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions push-notifications/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ const PushNotifications = registerPlugin<PushNotificationsPlugin>(
{},
);

export * from './definitions';
export { PushNotifications };
1 change: 1 addition & 0 deletions splash-screen/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ const SplashScreen = registerPlugin<SplashScreenPlugin>('SplashScreen', {
web: () => import('./web').then(m => new m.SplashScreenWeb()),
});

export * from './definitions';
export { SplashScreen };

0 comments on commit 6cd2996

Please sign in to comment.