first commit
This commit is contained in:
2
node_modules/@vant/use/dist/useRect/index.d.ts
generated
vendored
Normal file
2
node_modules/@vant/use/dist/useRect/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import { Ref } from 'vue';
|
||||
export declare const useRect: (elementOrRef: Element | Window | Ref<Element | Window | undefined>) => DOMRect;
|
||||
Reference in New Issue
Block a user