UNPKG

@element-plus/nightly

Version:

A Component Library for Vue 3

3 lines (2 loc) 119 B
import type { ComputedRef } from 'vue'; export declare const useProp: <T>(name: string) => ComputedRef<T | undefined>;