Rxova
Skip to content

Type Alias: JourneyProviderProps<TStepId>

@rxova/journey-react


@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 Parameter
TStepId extends string
children: React.ReactNode;

Defined in: react/src/react.types.ts:99


views: JourneyViews<TStepId>;

Defined in: react/src/react.types.ts:98