@types/redux-recycle
TypeScript icon, indicating that this package has built-in type declarations

1.2.6 • Public • Published

Installation

npm install --save @types/redux-recycle

Summary

This package contains type definitions for redux-recycle (https://github.com/omnidan/redux-recycle).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-recycle.

index.d.ts

import { Reducer } from "redux";

export default function recycleState<A>(
    reducer: Reducer<A>,
    actions: string[],
    initialState?: A | Reducer<A>,
): Reducer<A>;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: redux

Credits

These definitions were written by Karol Janyst.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/redux-recycle

Weekly Downloads

297

Version

1.2.6

License

MIT

Unpacked Size

2.97 kB

Total Files

5

Last publish

Collaborators

  • types