# Function: NumiPopupEmbed()

```typescript
export function NumiPopupEmbed({
  offer,
  offerId,
  onClosed,
  ...rest
}: LegacyPopupEmbedProps)
```

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

## Parameters

### \_\_namedParameters

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

## Returns

`Element`

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