ckgl/node_modules/@vant/use/dist/useRect/index.d.ts
2024-12-21 13:52:42 +08:00

3 lines
138 B
TypeScript

import { Ref } from 'vue';
export declare const useRect: (elementOrRef: Element | Window | Ref<Element | Window | undefined>) => DOMRect;