fix(dispatcher): exported defaultStateKeyDelegate

This commit is contained in:
teidesu 2021-06-20 03:17:04 +03:00
parent 481f0db129
commit 6b622f8399

View file

@ -1,3 +1,3 @@
export { IStateStorage } from './storage'
export { StateKeyDelegate } from './key'
export { StateKeyDelegate, defaultStateKeyDelegate } from './key'
export { UpdateState } from './update-state'