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

3.0.5 • Public • Published

Installation

npm install --save @types/next-redux-saga

Summary

This package contains type definitions for next-redux-saga (https://github.com/bmealhouse/next-redux-saga).

Details

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

index.d.ts

import { ComponentType } from "react";

declare function nextReduxSaga<P = any>(arg: { async: boolean }): (BaseComponent: ComponentType<P>) => ComponentType<P>;
declare function nextReduxSaga<P = any>(arg: ComponentType<P>): ComponentType<P>;

export = nextReduxSaga;

Additional Details

Credits

These definitions were written by Leo Cavalcante.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/next-redux-saga

Weekly Downloads

1,261

Version

3.0.5

License

MIT

Unpacked Size

3.42 kB

Total Files

5

Last publish

Collaborators

  • types