Skip to content

Documentation / @super-line/react / SuperLineProviderProps

Type Alias: SuperLineProviderProps

SuperLineProviderProps = RegisterGuard & object

Defined in: index.ts:588

Type Declaration

children?

optional children?: ReactNode

client

client: SuperLineClient<RegisteredContract, RegisteredRole> | null

The app's client, or null for "not connected yet" — the hooks idle rather than throw on null.

Released under the MIT License.