Stone.js API
    Preparing search index...

    Type Alias StoreSelector<State, Value>

    StoreSelector: (state: State) => Value

    Reads a value out of the state. Kept pure: it is called on every change.

    Type Parameters

    • State
    • Value

    Type Declaration