UNPKG

react-native-spotlight-guide

Version:

A modern, customizable and high-performance spotlight/walkthrough library for React Native with TypeScript support

10 lines (9 loc) 742 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SpotlightOverlay = exports.SpotlightContent = exports.SpotlightGuide = void 0; var SpotlightGuide_1 = require("./SpotlightGuide"); Object.defineProperty(exports, "SpotlightGuide", { enumerable: true, get: function () { return SpotlightGuide_1.SpotlightGuide; } }); var SpotlightContent_1 = require("./SpotlightContent"); Object.defineProperty(exports, "SpotlightContent", { enumerable: true, get: function () { return SpotlightContent_1.SpotlightContent; } }); var SpotlightOverlay_1 = require("./SpotlightOverlay"); Object.defineProperty(exports, "SpotlightOverlay", { enumerable: true, get: function () { return SpotlightOverlay_1.SpotlightOverlay; } });