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

9 lines (8 loc) 223 B
import { mockDomRect as n } from "../mock-data/index.js"; const r = (t) => { var e; return t ? ((e = document.getElementById(t)) == null ? void 0 : e.getBoundingClientRect()) || n : n; }; export { r as getRectById };