ReactorProviderProps
ReactorProviderProps<
TProps> =TProps&object
Defined in: react/src/createReactorProvider.ts:38
Props of the provider createReactorProvider returns: children, and
the props its factory takes.
Type Declaration
Section titled “Type Declaration”children?
Section titled “children?”
optionalchildren?:ReactNode
Type Parameters
Section titled “Type Parameters”TProps
Section titled “TProps”TProps extends object = { }