UNPKG

@vuesax-alpha/nightly

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