Add log & dock monitors tests, fix devtools persostState

This commit is contained in:
mc-petry
2015-12-15 15:08:54 +02:00
parent 5b4d518443
commit 36e2ea37c5
4 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ declare module "redux-devtools" {
}
export function createDevTools(el: React.ReactElement<any>): IDevTools
export function persistState(debugSessionKey: () => string): Function
export function persistState(debugSessionKey: string): Function
var factory: { instrument(): Function }