智慧水务管理系统 - 精河县供水工程综合管理平台

123456
  1. import { ComputedRef } from "vue";
  2. //#region ../../packages/hooks/use-prop/index.d.ts
  3. declare const useProp: <T>(name: string) => ComputedRef<T | undefined>;
  4. //#endregion
  5. export { useProp };