@mini-types/app
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@mini-types/app", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript declarations for Alipay's mini program.", | ||
@@ -23,3 +23,3 @@ "scripts": {}, | ||
}, | ||
"gitHead": "ac6225af6fd37ee84b700abed9f541c316ff10f2" | ||
"gitHead": "07efabaeaf46c4af9ad264842ef59839833cb297" | ||
} |
@@ -448,3 +448,3 @@ export type UnknownRecord = Record<string, unknown>; | ||
*/ | ||
mixins: []; | ||
mixins: any[]; | ||
/** | ||
@@ -451,0 +451,0 @@ * 组件的方法,可以是事件响应函数或任意的自定义方法 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14724