vue-component-type-helpers
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -1,3 +0,5 @@ | ||
export default string; | ||
declare const text: string; | ||
export default text; | ||
export type ComponentProps<T> = | ||
@@ -4,0 +6,0 @@ T extends new () => { $props: infer P } ? NonNullable<P> : |
{ | ||
"name": "vue-component-type-helpers", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "files": [ | ||
}, | ||
"gitHead": "e1655186c2f4ce4245279936cb2f4bdbf9f76dec" | ||
"gitHead": "c3d0c6a719159776f8d1899b35c2500286fe338c" | ||
} |
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
3935
50