@nosto/nosto-react
    Preparing search index...

    Type Alias NostoPlacementProps

    type NostoPlacementProps = {
        children?: React.ReactNode;
        id: string;
        pageType?: string;
    }
    Index

    Properties

    children?: React.ReactNode
    id: string
    pageType?: string