From 6b622f839997939380cc62e7cf9a85c84067259c Mon Sep 17 00:00:00 2001 From: teidesu Date: Sun, 20 Jun 2021 03:17:04 +0300 Subject: [PATCH] fix(dispatcher): exported defaultStateKeyDelegate --- packages/dispatcher/src/state/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dispatcher/src/state/index.ts b/packages/dispatcher/src/state/index.ts index 3195b60b..959b600c 100644 --- a/packages/dispatcher/src/state/index.ts +++ b/packages/dispatcher/src/state/index.ts @@ -1,3 +1,3 @@ export { IStateStorage } from './storage' -export { StateKeyDelegate } from './key' +export { StateKeyDelegate, defaultStateKeyDelegate } from './key' export { UpdateState } from './update-state'