UNPKG
pinia-facing-decorator
Version:
latest (0.1.0)
0.1.0
pinia装饰器模块
www.maxiaoqu.com
AmA-Utlis/pinia-facing-decorator
pinia-facing-decorator
/
lib
/
index.d.ts
6 lines
(5 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
import
Actions
from
"./pinia/action"
;
import
Plugins
from
"./pinia/plugins"
;
import
PiniaModule
from
"./pinia/pinia"
;
import
{
Module
,
GetModule
}
from
"./pinia/module"
;
export
{
Actions
,
Plugins
,
PiniaModule
,
Module
,
GetModule
};