UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

7 lines (6 loc) 163 B
/** * Sets the style of an DOM element */ export default function setStyle(element: HTMLElement, style: string | { [key: string]: string | number; }): void;