UNPKG

react-native-spotlight-guide

Version:

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

4 lines (3 loc) 168 B
import React from "react"; import { SpotlightOverlayProps } from "../../types/spotlight.types"; export declare const SpotlightOverlay: React.FC<SpotlightOverlayProps>;