@laserware/stasis
    Preparing search index...

    Type Alias SliceSelectors<State>

    SliceSelectors: { [K: string]: (sliceState: State, ...args: any[]) => any }

    The type describing a slice's selectors option.

    Type Parameters

    • State

    Type declaration

    • [K: string]: (sliceState: State, ...args: any[]) => any