UNPKG

hana-img-viewer

Version:

A lightweight and easy-to-use image previewer for Vue 3

3 lines (2 loc) 133 B
import { Ref } from 'vue'; export declare function getTargetPosition(targetRef: Ref<HTMLElement | null>): readonly [number, number];