vue-component-type-helpers
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -0,1 +1,3 @@ | ||
export default string; | ||
export type ComponentProps<T> = | ||
@@ -2,0 +4,0 @@ T extends new () => { $props: infer P } ? NonNullable<P> : |
{ | ||
"name": "vue-component-type-helpers", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"license": "MIT", | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
@@ -13,3 +14,3 @@ ], | ||
}, | ||
"gitHead": "245e2a4db87c6ef9c33c92d161a380ca4da5c9ba" | ||
"gitHead": "efa9b71f8bed110f8a7723942f86df2b7bcb1764" | ||
} |
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
3908
5
49