Skip to content

Commit

Permalink
export appearance and theme (#1947)
Browse files Browse the repository at this point in the history
Co-authored-by: cedvandenbosch <[email protected]>
Co-authored-by: Rémon <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 980dc2b commit 9969aff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/stripe_web/lib/src/widgets/payment_element.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import 'package:web/web.dart' as web;

import '../../flutter_stripe_web.dart';

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

typedef PaymentElementTheme = js.ElementTheme;

Expand Down

0 comments on commit 9969aff

Please sign in to comment.