UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

4 lines (3 loc) 200 B
import { Position } from '../../Popper.types'; /** Return element's top-left position relative to root */ export declare const getChildPosition: (root: HTMLElement, element: HTMLElement) => Position;