Files

3 lines
119 B
TypeScript
Raw Permalink Normal View History

2025-08-15 09:13:13 +08:00
import type { ComputedRef } from 'vue';
export declare const useProp: <T>(name: string) => ComputedRef<T | undefined>;