UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

5 lines (4 loc) 193 B
/** * Given an element or a selector, tries to find the appropriate container element. */ export declare const getContainerElement: (elementOrSelector?: string | HTMLElement) => HTMLElement;