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 { SpotlightContentProps } from '../../types/spotlight.types'; export declare const SpotlightContent: React.FC<SpotlightContentProps>;