Skip to main content Link Search Menu Expand Document (external link)

RegistryContext overview

Added in v1.0.0


Table of contents


context

RegistryContext

Signature

export declare const RegistryContext: Context<Registry.Registry>

Added in v1.0.0

RegistryProvider

Signature

export declare const RegistryProvider: (options: {
  readonly children?: JSX.Element | undefined
  readonly initialValues?: Iterable<readonly [Atom.Atom<any>, any]> | undefined
  readonly scheduleTask?: ((f: () => void) => void) | undefined
  readonly timeoutResolution?: number | undefined
  readonly defaultIdleTTL?: number | undefined
}) => any

Added in v1.0.0