mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
Add intro.js
This commit is contained in:
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
6
node_modules/intro.js/src/util/removeClass.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
/**
|
||||
* Remove a class from an element
|
||||
*
|
||||
* @api private
|
||||
*/
|
||||
export default function removeClass(element: HTMLElement, classNameRegex: RegExp | string): void;
|
Loading…
Add table
Add a link
Reference in a new issue