Skip to content

Commit 29d1f4c

Browse files
authored
export StripeCheckoutValue from checkout entrypoint #625 (#625)
1 parent 4b2eb22 commit 29d1f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/checkout/index.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export {
22
useCheckout,
33
CheckoutProvider,
44
StripeUseCheckoutResult,
5+
StripeCheckoutValue,
56
} from './components/CheckoutProvider';
67
export * from './types';
78
import React from 'react';

0 commit comments

Comments
 (0)