UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

7 lines (6 loc) 131 B
import type { Thunk } from "./Thunk"; /** * @since 0.0.1 * @category Utility */ export type MaybeThunk<T = any> = T | Thunk<T>;