index.d.ts 119 B

12
  1. import type { ComputedRef } from 'vue';
  2. export declare const useProp: <T>(name: string) => ComputedRef<T | undefined>;