diff --git a/packages/ui-extensions-react/src/surfaces/customer-account/components/shared-checkout-components.ts b/packages/ui-extensions-react/src/surfaces/customer-account/components/shared-checkout-components.ts index bb6750a171..5f2158c21e 100644 --- a/packages/ui-extensions-react/src/surfaces/customer-account/components/shared-checkout-components.ts +++ b/packages/ui-extensions-react/src/surfaces/customer-account/components/shared-checkout-components.ts @@ -25,6 +25,7 @@ export { List, ListItem, PaymentIcon, + PhoneField, Pressable, ProductThumbnail, Select, @@ -73,6 +74,7 @@ export type { ListItemProps, ModalProps, PaymentIconProps, + PhoneFieldProps, PopoverProps, PressableProps, ProductThumbnailProps, diff --git a/packages/ui-extensions/src/surfaces/customer-account/components/shared-checkout-components.ts b/packages/ui-extensions/src/surfaces/customer-account/components/shared-checkout-components.ts index 9768b63da7..6bb4fcaa2e 100644 --- a/packages/ui-extensions/src/surfaces/customer-account/components/shared-checkout-components.ts +++ b/packages/ui-extensions/src/surfaces/customer-account/components/shared-checkout-components.ts @@ -25,6 +25,7 @@ export { List, ListItem, PaymentIcon, + PhoneField, Pressable, ProductThumbnail, Select, @@ -76,6 +77,7 @@ export type { ModalProps, PopoverProps, PaymentIconProps, + PhoneFieldProps, PressableProps, ProductThumbnailProps, SelectProps,