UNPKG

intro.js-react

Version:
15 lines (14 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.options = void 0; /** * Intro.js options default proptypes. * @type {Object} */ const options = { hidePrev: true, hideNext: true }; exports.options = options;