4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
![]() |
import type { Ref } from 'vue'
|
||
|
|
||
|
export type MaybeRef<T> = T | Ref<T>
|