UNPKG

react-custom-tours

Version:

A library with tips that you can attach to blocks on your sites so that users can more easily understand how to use your site

6 lines (5 loc) 172 B
import { mockDomRect as e } from "../mock-data/index.js"; const o = (t) => t ? document.getElementById(t)?.getBoundingClientRect() || e : e; export { o as getRectById };