Skip to content

Commit

Permalink
readd missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvandenbosch committed Oct 12, 2024
1 parent 87ca177 commit edeae5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/stripe_web/lib/src/widgets/payment_element.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ import 'package:web/web.dart' as web;
import '../../flutter_stripe_web.dart';

export 'package:stripe_js/stripe_api.dart'
show ElementAppearance, ElementTheme, ElementAppearanceLabels;
show
PaymentElementLayout,
ElementAppearance,
ElementTheme,
ElementAppearanceLabels;

// TODO: should not use src of other package
export 'package:stripe_js/src/api/elements/payment_element_options.dart';
Expand Down

0 comments on commit edeae5d

Please sign in to comment.