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
/
utils
/
libs.d.ts
2 lines
(1 loc)
•
92 B
TypeScript
View Raw
1
2
export
declare
const
defineProperty
:
(
target
:
any
,
key
:
string
,
defaultValue
:
any
) =>
void
;