Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 375 Bytes

iselectors.md

File metadata and controls

26 lines (15 loc) · 375 Bytes

redux-data-service > ISelectors

Interface: ISelectors

Hierarchy

ISelectors

Indexable

[index: string]: function ▸(rootState: any, props?: any): any

Parameters:

Name Type
rootState any
Optional props any

Returns: any

Index