first commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { ComputedRef } from "vue";
|
||||
|
||||
//#region ../../packages/hooks/use-prop/index.d.ts
|
||||
declare const useProp: <T>(name: string) => ComputedRef<T | undefined>;
|
||||
//#endregion
|
||||
export { useProp };
|
||||
Reference in New Issue
Block a user