jstd-web/node_modules/element-plus/es/hooks/use-prop/index.d.ts

3 lines
119 B
TypeScript
Raw Normal View History

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