Skip to content

wevu / index / MaybeRefOrGetter

类型别名: MaybeRefOrGetter<T>

MaybeRefOrGetter<T> = MaybeRef<T> | ComputedRef<T> | () => T

定义于: packages/wevu/src/reactivity/ref.ts:13

类型参数

T

T = any

Released under the MIT License.