Skip to content

Commit

Permalink
exports useLocalizedField hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaplanshopify committed Jan 14, 2025
1 parent 6c51c6a commit 40d9896
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ui-extensions-react/src/surfaces/checkout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,7 @@ export {useDeliverySelectionGroups} from './checkout/hooks/delivery-selection-gr
export {useCheckoutToken} from './checkout/hooks/checkout-token';
export {useCustomerPrivacy} from './checkout/hooks/customer-privacy';
export {useInstructions} from './checkout/hooks/instructions';
export {useLocalizedFields} from './checkout/hooks/localized-fields';
export {
useLocalizedFields,
useLocalizedField,
} from './checkout/hooks/localized-fields';

0 comments on commit 40d9896

Please sign in to comment.