UNPKG
pinia-facing-decorator
Version:
latest (0.1.0)
0.1.0
pinia装饰器模块
www.maxiaoqu.com
AmA-Utlis/pinia-facing-decorator
pinia-facing-decorator
/
es
/
pinia
/
action.d.ts
3 lines
(2 loc)
•
123 B
TypeScript
View Raw
1
2
3
declare
function
Actions
(
target
:
any
,
key
:
string
,
decorator
:
TypedPropertyDescriptor
<
any
>
):
void
;
export
default
Actions
;