# Function: PlandalfProvider()

```typescript
export function PlandalfProvider({ children, ...config }: PlandalfProviderProps)
```

Defined in: [context/PlandalfProvider.tsx:15](https://github.com/plandalf/numi/blob/fc6f42b5ade3d63b71623934838a6509f17203e2/packages/react/src/context/PlandalfProvider.tsx#L15)

## Parameters

### \_\_namedParameters

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

## Returns

`Element`

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