Vuex.MakeSourcemodule S : sig ... endval init :
?plugins:Mjs.any list ->
?getters:(string * (state Mjs.t -> Mjs.any)) list ->
?mutations:(string * (state Mjs.t -> Mjs.any -> unit)) list ->
?actions:(string * (state action_input -> Mjs.any -> unit)) list ->
?modules:(string * Mjs.top module_obj) list ->
?strict:bool ->
?devtools:bool ->
state Mjs.t ->
state store