@destyler/shared
Advanced tools
Comparing version 0.0.1-beta.8 to 0.0.1-beta.9
@@ -125,2 +125,4 @@ import { Ref, ComponentPublicInstance, VNode, WatchOptionsBase, ComputedRef, WritableComputedRef, WatchSource, ComputedGetter, WritableComputedOptions } from 'vue'; | ||
declare function refAutoReset<T>(defaultValue: MaybeRefOrGetter<T>, afterMs?: MaybeRefOrGetter<number>): Ref<T>; | ||
type DataOrientation = 'vertical' | 'horizontal'; | ||
@@ -131,2 +133,2 @@ type Direction = 'ltr' | 'rtl'; | ||
export { type AnyFn, type ArrowKeyOptions, type ComputedRefWithControl, type ComputedWithControlRefExtra, type DataOrientation, type Direction, type Fn, type MaybeComputedElementRef, type MaybeElement, type MaybeElementRef, type MaybeRef, type MaybeRefOrGetter, type Stoppable, type Type, type UnRefElementReturn, type VueInstance, type WritableComputedRefWithControl, computedEager, computedWithControl, computedWithControl as controlledComputed, createContext, createGlobalState, computedEager as eagerComputed, getScrollParent, handleAndDispatchCustomEvent, isClient, isDef, isDocument, isNumber, isValidVNodeElement, renderSlotFragments, resolveUnref, toValue, tryOnScopeDispose, unrefElement, unwrapElement }; | ||
export { type AnyFn, type ArrowKeyOptions, type ComputedRefWithControl, type ComputedWithControlRefExtra, type DataOrientation, type Direction, type Fn, type MaybeComputedElementRef, type MaybeElement, type MaybeElementRef, type MaybeRef, type MaybeRefOrGetter, type Stoppable, type Type, type UnRefElementReturn, type VueInstance, type WritableComputedRefWithControl, computedEager, computedWithControl, computedWithControl as controlledComputed, createContext, createGlobalState, computedEager as eagerComputed, getScrollParent, handleAndDispatchCustomEvent, isClient, isDef, isDocument, isNumber, isValidVNodeElement, refAutoReset, renderSlotFragments, resolveUnref, toValue, tryOnScopeDispose, unrefElement, unwrapElement }; |
{ | ||
"name": "@destyler/shared", | ||
"version": "0.0.1-beta.8", | ||
"version": "0.0.1-beta.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Elone Hoo <elonehoo@gmail.com>", |
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
28080
488