Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/storage

Index

Type Aliases

Interfaces

Variables

Functions

Type Aliases

StorageListener: ((key: string, value: string) => void)

Type declaration

    • (key: string, value: string): void
    • Parameters

      • key: string
      • value: string

      Returns void

Variables

local: Storage = ...
Context: Context<Storage> = ...

Functions

  • Provider(options: { children: ReactNode; storage?: Storage }): ReactElement

Generated using TypeDoc