mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
11 lines
455 B
TypeScript
11 lines
455 B
TypeScript
// Type definitions for redux-devtools 2.1.4
|
|
// Project: https://github.com/gaearon/redux-devtools
|
|
// Definitions by: Qubo <https://github.com/tkqubo>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference types="redux" />
|
|
/// <reference types="react" />
|
|
|
|
export declare function devTools(): Function;
|
|
export declare function persistState(sessionId: any, stateDeserializer?: Function, actionDeserializer?: Function): Function;
|