Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "context"

Index

Variables

Const SkipLinksDispatchContext

SkipLinksDispatchContext: Context<undefined | Function> = React.createContext<Function | undefined>(undefined)

Const SkipLinksStateContext

SkipLinksStateContext: Context<undefined | SkipLinksState> = React.createContext<SkipLinksState | undefined>(undefined)

Generated using TypeDoc