mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
parent
47f2df41f5
commit
24c0191104
2754 changed files with 152589 additions and 1339109 deletions
12
node_modules/intro.js/src/packages/tour/dontShowAgain.d.ts
generated
vendored
Normal file
12
node_modules/intro.js/src/packages/tour/dontShowAgain.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
/**
|
||||
* Set the "Don't show again" state
|
||||
*
|
||||
* @api private
|
||||
*/
|
||||
export declare function setDontShowAgain(dontShowAgain: boolean, cookieName: string, cookieDays: number): void;
|
||||
/**
|
||||
* Get the "Don't show again" state from cookies
|
||||
*
|
||||
* @api private
|
||||
*/
|
||||
export declare function getDontShowAgain(cookieName: string): boolean;
|
Loading…
Add table
Add a link
Reference in a new issue