Files
2025-09-19 14:25:20 +08:00

3 lines
119 B
TypeScript

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