# Function: Journey()

```typescript
export function Journey({ id, type, options, customer, children }: JourneyProps)
```

Defined in: [embeds/Journey.tsx:71](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/embeds/Journey.tsx#L71)

## Parameters

### \_\_namedParameters

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

## Returns

`Element`

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