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