UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

6 lines (5 loc) 163 B
import type { MaybeComputedRef } from './types'; /** * Get the value of value/ref/getter. */ export declare function resolveUnref<T>(r: MaybeComputedRef<T>): T;