Skip to content

Commit

Permalink
feat: expose Dispatch and Commit type (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn authored Mar 14, 2019
1 parent a5fb3c7 commit 4f0986d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Store, StoreOptions } from 'vuex'
import { Module } from './module'

export { Getters, Mutations, Actions } from './assets'
export { Context } from './context'
export { Dispatch, Commit, Context } from './context'
export { registerModule, unregisterModule } from './register'
export { Module }

Expand Down

0 comments on commit 4f0986d

Please sign in to comment.