intro.js
Version:
User Onboarding and Product Walkthrough Library
14 lines (13 loc) • 330 B
TypeScript
import { IntroJs } from "../intro";
/**
* Set the "Don't show again" state
*
* @api private
*/
export declare function setDontShowAgain(intro: IntroJs, dontShowAgain: boolean): void;
/**
* Get the "Don't show again" state from cookies
*
* @api private
*/
export declare function getDontShowAgain(intro: IntroJs): boolean;