Options
All
  • Public
  • Public/Protected
  • All
Menu

Module reducers

Index

Functions

Functions

Const default

  • default(state: undefined | (EmptyObject & { isDark: boolean; isLoading: boolean; marketFilter: Market } & PersistPartial), action: Action): EmptyObject & { isDark: boolean; isLoading: boolean; marketFilter: Market } & PersistPartial
  • The root persistent reducer

    Parameters

    • state: undefined | (EmptyObject & { isDark: boolean; isLoading: boolean; marketFilter: Market } & PersistPartial)
    • action: Action

    Returns EmptyObject & { isDark: boolean; isLoading: boolean; marketFilter: Market } & PersistPartial

Generated using TypeDoc