UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

3 lines (2 loc) 95 B
import type { Ref } from 'vue'; export type InferMaybeRef<T> = T extends Ref<infer U> ? U : T;