UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

8 lines (7 loc) 209 B
/** * To set the show element * This function set a relative (in most cases) position and changes the z-index * * @api private */ export default function setShowElement(targetElement: HTMLElement): void;