Type alias SelectorBuilder<TName, T, TActions, TSelectors>

SelectorBuilder<TName, T, TActions, TSelectors>: ((state, get, api) => Record<string, ((...args) => any)>)

Type Parameters

  • TName extends string

  • T extends State

  • TActions = {}

  • TSelectors = {}

Type declaration

    • (state, get, api): Record<string, ((...args) => any)>
    • Parameters

      Returns Record<string, ((...args) => any)>

Generated using TypeDoc