1.5.0 • Published 7 months ago
@types/redux-mock-store v1.5.0
Installation
npm install --save @types/redux-mock-store
Summary
This package contains type definitions for Redux Mock Store (https://github.com/arnaudbenard/redux-mock-store).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/redux-mock-store/v0.
index.d.ts
// Type definitions for Redux Mock Store 0.0.1
// Project: https://github.com/arnaudbenard/redux-mock-store
// Definitions by: Marian Palkus <https://github.com/MarianPalkus>, Cap3 <http://www.cap3.de>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as Redux from 'redux';
export interface MockStore<T> extends Redux.Store<T> {
getActions(): any[];
clearActions(): void;
}
export type MockStoreCreator<T = {}> = (state?: T) => MockStore<T>;
declare function createMockStore<T>(middlewares?: Redux.Middleware[]): MockStoreCreator<T>;
export default createMockStore;
Additional Details
- Last updated: Fri, 09 Jul 2021 02:32:41 GMT
- Dependencies: @types/redux
- Global values: none
Credits
These definitions were written by Marian Palkus, and Cap3.
1.5.0
7 months ago
0.0.19
7 months ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
0.0.16
2 years ago
0.0.17
2 years ago
0.0.18
2 years ago
1.0.3
4 years ago
0.0.15
4 years ago
1.0.2
5 years ago
1.0.1
6 years ago
1.0.0
7 years ago
0.0.14
7 years ago
0.0.13
7 years ago
0.0.12
8 years ago
0.0.11
8 years ago
0.0.10
8 years ago
0.0.9
8 years ago
0.0.8
8 years ago
0.0.7
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago