vue-component-type-helpers
Advanced tools
Comparing version 1.8.22 to 1.8.24
@@ -29,10 +29,1 @@ export declare const code: string; | ||
{}; | ||
/** | ||
* Vue 2.x | ||
*/ | ||
export type Vue2ComponentSlots<T> = | ||
T extends new () => { $scopedSlots: infer S; } ? NonNullable<S> : | ||
T extends (props: any, ctx: { slots: infer S; }, ...args: any) => any ? NonNullable<S> : | ||
{}; |
@@ -0,1 +1,3 @@ | ||
// @ts-check | ||
const code = ` | ||
@@ -2,0 +4,0 @@ export type ComponentType<T> = |
{ | ||
"name": "vue-component-type-helpers", | ||
"version": "1.8.22", | ||
"version": "1.8.24", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "files": [ | ||
}, | ||
"gitHead": "1e8d09af0282c42dd816671ffcd5a2321276e3c3" | ||
"gitHead": "6f850196d6b9cd1bee62104d3d92867cf0b6777e" | ||
} |
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
6
4178