Skip to content

Commit

Permalink
Fix missing imports in the barrel file (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
richnologies authored Jan 13, 2023
1 parent b0867ce commit c8af87f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/stripe-js/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export * from './checkout';
export * from './elements';
export * from './elements-group';
export * from './ephemeral-keys';
export * from './financial-connections';
export * from './orders';
export * from './payment-intents';
export * from './payment-request';
export * from './setup-intents';
Expand Down

0 comments on commit c8af87f

Please sign in to comment.