@vexip-ui/hooks
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -15,2 +15,3 @@ import { BITree } from '../../common/src/utils'; | ||
import { VNode } from 'vue'; | ||
import { VNodeChild } from 'vue'; | ||
import { VNodeNormalizedChildren } from 'vue'; | ||
@@ -22,5 +23,5 @@ | ||
export declare function createSlotRender(slots: Slots, names: string[]): ((params?: any) => any) | null; | ||
export declare function createSlotRender(slots: Slots, names: string[]): ((params?: any) => VNodeChild) | null; | ||
export declare function createSlotRender(slots: Slots, names: string[], fallback: (params?: any) => any): (params?: any) => any; | ||
export declare function createSlotRender(slots: Slots, names: string[], fallback: (params?: any) => VNodeChild): (params?: any) => VNodeChild; | ||
@@ -27,0 +28,0 @@ declare type Data = Record<string, any>; |
{ | ||
"name": "@vexip-ui/hooks", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"license": "MIT", | ||
@@ -30,3 +30,3 @@ "author": "qmhc", | ||
"@juggle/resize-observer": "^3.4.0", | ||
"@vexip-ui/utils": "2.0.0" | ||
"@vexip-ui/utils": "2.0.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
624939
2824
+ Added@vexip-ui/utils@2.0.1(transitive)
- Removed@vexip-ui/utils@2.0.0(transitive)
Updated@vexip-ui/utils@2.0.1