The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/store > Selector
Selector type
Signature:export declare type Selector<T = any, P extends any[] = []> = (
...args: P
) => (scopedState: ScopedState) => T
References: [ScopedState](./store.scopedstate.md)