UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

5 lines (4 loc) 165 B
/** * scroll a scrollable element to a child element */ export default function scrollParentToElement(scrollToElement: boolean, targetElement: HTMLElement): void;