vue-lynx / MaybeRef
type MaybeRef<T>: T | Ref<T> | ShallowRef<T> | WritableComputedRef<T>;
T
any
node_modules/.pnpm/@vue+reactivity@3.5.30/node_modules/@vue/reactivity/dist/reactivity.d.ts:491