Skip to content

Documentation / @super-line/react / SuperLineProvider

Function: SuperLineProvider()

SuperLineProvider(props): ReactNode

Defined in: index.ts:599

The registered app's provider: feeds the one module-level context every hook below reads. An auth-owned app mounts <SuperLineAuthProvider> from @super-line/plugin-auth/react instead, which feeds this same context with the live session's client (ADR-0026).

Parameters

props

SuperLineProviderProps

Returns

ReactNode

Released under the MIT License.