UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

5 lines (4 loc) 141 B
/** * Removes `element` from `parentElement` */ export default function removeChild(element: HTMLElement | null, animate?: boolean): void;