UNPKG

@commercelayer/react-components

Version:
8 lines (7 loc) 273 B
import { type JSX } from 'react'; import type { DefaultChildrenType } from '../../typings/globals'; interface Props { children: DefaultChildrenType; } export declare function ShippingAddressContainer(props: Props): JSX.Element; export default ShippingAddressContainer;