# ReactorProviderProps

> **ReactorProviderProps**\<`TProps`\> = `TProps` & `object`

Defined in: [react/src/createReactorProvider.ts:38](https://github.com/B3Pay/ic-reactor/blob/f1956947ae037304fce1675a38695964c1aa9e32/packages/react/src/createReactorProvider.ts#L38)

Props of the provider [createReactorProvider](https://ic-reactor.b3pay.net/v3/libs/functions/createreactorprovider/) returns: `children`, and
the props its factory takes.

## Type Declaration

### children?

> `optional` **children?**: `ReactNode`

## Type Parameters

### TProps

`TProps` *extends* `object` = \{ \}