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