Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { MultipleShippingProps } from './typings';
declare function defaultRenderProductItem(props: MultipleShippingProps): JSX.Element;
declare function defaultRenderShippingAddress(props: MultipleShippingProps): JSX.Element;
declare function defaultRenderShippingMethod(props: MultipleShippingProps): JSX.Element;
declare function defaultRenderDeliveryInstruction(props: MultipleShippingProps): JSX.Element;
declare function defaultRenderBox(props: MultipleShippingProps): JSX.Element;
declare function defaultRenderWrapper(props: MultipleShippingProps): JSX.Element;
export { defaultRenderProductItem, defaultRenderShippingAddress, defaultRenderShippingMethod, defaultRenderDeliveryInstruction, defaultRenderBox, defaultRenderWrapper, };