@@ -59,7 +59,10 @@ import {CheckoutErrorCode} from './errors.d';
59
59
import type { CheckoutCompletedEvent } from './events.d' ;
60
60
import type { CustomEvent , PixelEvent , StandardEvent } from './pixels.d' ;
61
61
import { ApplePayLabel } from './components/AcceleratedCheckoutButtons' ;
62
- import type { RenderStateChangeEvent } from './components/AcceleratedCheckoutButtons' ;
62
+ import type {
63
+ AcceleratedCheckoutButtonsProps ,
64
+ RenderStateChangeEvent ,
65
+ } from './components/AcceleratedCheckoutButtons' ;
63
66
64
67
const RNShopifyCheckoutSheetKit = NativeModules . ShopifyCheckoutSheetKit ;
65
68
@@ -477,9 +480,9 @@ export class LifecycleEventParseError extends Error {
477
480
478
481
// API
479
482
export {
483
+ AcceleratedCheckoutWallet ,
480
484
ApplePayContactField ,
481
485
ApplePayLabel ,
482
- AcceleratedCheckoutWallet ,
483
486
ColorScheme ,
484
487
ShopifyCheckoutSheet ,
485
488
ShopifyCheckoutSheetProvider ,
@@ -500,18 +503,19 @@ export {
500
503
501
504
// Types
502
505
export type {
506
+ AcceleratedCheckoutButtonsProps ,
507
+ AcceleratedCheckoutConfiguration ,
503
508
CheckoutCompletedEvent ,
504
509
CheckoutEvent ,
505
510
CheckoutEventCallback ,
506
511
CheckoutException ,
507
512
Configuration ,
508
513
CustomEvent ,
509
- GeolocationRequestEvent ,
510
514
Features ,
515
+ GeolocationRequestEvent ,
511
516
PixelEvent ,
512
- StandardEvent ,
513
- AcceleratedCheckoutConfiguration ,
514
517
RenderStateChangeEvent ,
518
+ StandardEvent ,
515
519
} ;
516
520
517
521
// Components
0 commit comments