@xiaohaih/condition-core
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -936,6 +936,8 @@ import * as vue_types_v3_component_options from 'vue/types/v3-component-options'; | ||
declare type PropConstructor<T> = { | ||
(): T; | ||
} | { | ||
new (...args: never[]): T & object; | ||
} | { | ||
new (...args: any[]): T & object; | ||
} | { | ||
(): T; | ||
} | { | ||
new (...args: string[]): Function; | ||
@@ -942,0 +944,0 @@ }; |
{ | ||
"name": "@xiaohaih/condition-core", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
463385
4526