UNPKG

@nosto/shopify-hydrogen

Version:

Component library to implement Nosto within Shopify Hydrogen

4 lines (3 loc) 182 B
import * as React from 'react'; import type { NostoPlacementProps } from '@nosto/nosto-react'; export declare function NostoPlacement(props: NostoPlacementProps): React.JSX.Element;