UNPKG

korimsoft-slizz

Version:

Korimsoft's Slizz - Helpers and types to ease Redux store works.

2 lines 108 B
export type ItemSelector<TState, TOut> = (state: TState) => TOut; //# sourceMappingURL=itemSelector.d.ts.map