UNPKG

hongluan-ui

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