Vuex.InternalSourceinternal JS module
type ('state, 'getters) vuex_cs =
(('state, 'getters) cs_options Mjs.t -> 'state instance_js Mjs.t) Mjs.constrtype ('state, 'getters) options = {o_state : 'state Mjs.t;o_getters : ('state Mjs.t -> Mjs.any) Mjs.table_cons;mutations : ('state Mjs.t -> Mjs.any -> unit) Mjs.table_cons;actions : (('state, 'getters) action_input -> Mjs.any -> unit) Mjs.table_cons;plugins : Mjs.any list option;strict : bool option;devtools : bool option;modules : (Mjs.top, Mjs.top) dynamic_cs_options Mjs.t Mjs.table_cons;namespaced : bool option;}store constructor options
val to_action_input :
('state, 'getters) action_input_js Mjs.t ->
('state, 'getters) action_inputval to_action_input_module :
('state, 'getters) action_input_module Mjs.t ->
('state, 'getters) action_inputval of_dynamic_options :
('state, 'getters) options ->
('state, 'getters) dynamic_cs_options Mjs.t