UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

7 lines (6 loc) 139 B
/** * Setting anchors to behave like buttons * * @api private */ export default function setAnchorAsButton(anchor: HTMLElement): void;