UNPKG
@vuex-orm/plugin-axios
Version:
latest (0.9.4)
next (1.0.0-draft.2)
1.0.0-draft.2
1.0.0-draft.1
1.0.0-beta.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Vuex ORM plugin for adding smooth integration with axios.
vuex-orm/plugin-axios
@vuex-orm/plugin-axios
/
dist
/
src
/
index.cjs.d.ts
8 lines
•
296 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
'./types/vuex-orm'
;
import
{
Components
}
from
'./contracts/Components'
;
import
{
GlobalConfig
}
from
'./contracts/Config'
;
declare
const
_default
: {
install
(
components
:
Components
,
config
:
GlobalConfig
):
void
; };
export
default
_default;
//# sourceMappingURL=index.cjs.d.ts.map