vue-function-api
Advanced tools
Comparing version 2.0.1 to 2.0.2
import Vue, { ComponentOptions } from 'vue'; | ||
import { Context } from '../types/vue'; | ||
export declare type PropType<T> = T; | ||
declare type Omit<T, K> = Pick<T, Exclude<keyof T, K>>; | ||
declare type ComponentOptionsWithSetup<Props> = Omit<ComponentOptions<Vue>, 'props' | 'setup'> & { | ||
@@ -5,0 +6,0 @@ props: Props; |
{ | ||
"name": "vue-function-api", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Provide logic composition capabilities for Vue.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
107359
2159