UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

5 lines (4 loc) 160 B
/** * Appends `element` to `parentElement` */ export default function appendChild(parentElement: HTMLElement, element: HTMLElement, animate?: boolean): void;