Options
All
  • Public
  • Public/Protected
  • All
Menu

Module reducers/isDark

Index

Functions

Functions

default

  • default(state?: boolean, action: Action): boolean
  • Redcuer for dark theme

    Parameters

    • state: boolean = true

      Current state

    • action: Action

      Action to be carried out

    Returns boolean

    If the theme should be dark or not

Generated using TypeDoc