Files
chuanggao-website/client/node_modules/element-plus/lib/hooks/use-prop/index.d.ts

6 lines
191 B
TypeScript
Raw Normal View History

2026-05-12 16:53:18 +08:00
import { ComputedRef } from "vue";
//#region ../../packages/hooks/use-prop/index.d.ts
declare const useProp: <T>(name: string) => ComputedRef<T | undefined>;
//#endregion
export { useProp };