Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/config

Index

Type Aliases

EventListFilterType: "earningsOnly" | "transcripts"
EventListView: "combined" | "tabs"

Variables

Context: Context<Config> = ...

Functions

  • Provider(options: { config: Config; children: ReactNode }): ReactElement
  • A React Provider to configure an app-level configuration

    Parameters

    • options: { config: Config; children: ReactNode }
      • config: Config
      • children: ReactNode

    Returns ReactElement

Generated using TypeDoc