mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 08:06:16 +00:00
3 lines
119 B
TypeScript
3 lines
119 B
TypeScript
import type { ComputedRef } from 'vue';
|
|
export declare const useProp: <T>(name: string) => ComputedRef<T | undefined>;
|