import {Choice as BaseChoice} from '@shopify/checkout-ui-extensions'; import {createRemoteReactComponent} from '@remote-ui/react'; import type {ReactPropsFromRemoteComponentType} from '@remote-ui/react'; export type ChoiceProps = ReactPropsFromRemoteComponentType; export const Choice = createRemoteReactComponent(BaseChoice);