mob/src/typing.ts

4 lines
69 B
TypeScript
Raw Normal View History

2024-09-04 20:14:51 +08:00
import type { Ref } from 'vue'
export type MaybeRef<T> = T | Ref<T>