Type alias WatchSource<T>

WatchSource<T>: Ref<T> | ComputedRef<T> | (() => T)

Reactive sources that can be watched by () or ().

Type Parameters

  • T = any

Generated using TypeDoc