1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00

Add intro.js

This commit is contained in:
Daniel Neto 2024-05-13 10:48:47 -03:00
parent 1cfc673e42
commit abb433718e
71 changed files with 2775 additions and 2 deletions

6
node_modules/intro.js/src/util/removeClass.d.ts generated vendored Normal file
View file

@ -0,0 +1,6 @@
/**
* Remove a class from an element
*
* @api private
*/
export default function removeClass(element: HTMLElement, classNameRegex: RegExp | string): void;