UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

7 lines (6 loc) 224 B
/** * Create a DOM element with various attributes */ export default function _createElement<K extends keyof HTMLElementTagNameMap>(tagName: K, attrs?: { [key: string]: string | Function; }): HTMLElementTagNameMap[K];