# Function: OfferPopupEmbed()

```typescript
export function OfferPopupEmbed({
  isOpen: _isOpen,
  onClose: _onClose,
  width,
  height,
  size = 'medium',
  ...props
}: PopupEmbedProps)
```

Defined in: [embeds/NumiPopupEmbed.tsx:99](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/NumiPopupEmbed.tsx#L99)

## Parameters

### \_\_namedParameters

[`PopupEmbedProps`](https://plandalf.com/docs/packages/react/interfaces/PopupEmbedProps)

## Returns

`Element`

Source: https://plandalf.com/docs/packages/react/functions/OfferPopupEmbed
