完全跑通1.0版本
This commit is contained in:
6
frontend/node_modules/element-plus/es/hooks/use-prop/index.d.ts
generated
vendored
Normal file
6
frontend/node_modules/element-plus/es/hooks/use-prop/index.d.ts
generated
vendored
Normal file
@@ -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