UNPKG

@atlaskit/onboarding

Version:

An onboarding spotlight introduces new features to users through focused messages or multi-step tours.

18 lines (17 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "modalButtonTheme", { enumerable: true, get: function get() { return _theme.modalButtonTheme; } }); Object.defineProperty(exports, "spotlightButtonTheme", { enumerable: true, get: function get() { return _theme.spotlightButtonTheme; } }); var _theme = require("../components/theme");