SourceTermAnalysisSystem_vue/node_modules/element-plus/es/hooks/use-prop/index.d.ts
2026-05-15 10:22:44 +08:00

3 lines
119 B
TypeScript

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