chore(core): add MaybeRefOrGetter type
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import type { MaybeRef } from '@vueuse/core'
|
||||
|
||||
export type MaybeRefOrGetter<T> = MaybeRef<T> | (() => T)
|
||||
Reference in New Issue
Block a user