Type Alias: JourneyProviderProps<TStepId>
@rxova/journey-react / JourneyProviderProps
type JourneyProviderProps<TStepId> = object;Defined in: react/src/react.types.ts:97
The Provider carries only the views for <StepRenderer> — the machine is
standalone on the bundle and needs no React context.
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
TStepId extends string |
Properties
Section titled “Properties”children
Section titled “children”children: React.ReactNode;Defined in: react/src/react.types.ts:99
views: JourneyViews<TStepId>;Defined in: react/src/react.types.ts:98