UNPKG

rn-sherpa

Version:

A lightweight, flexible React Native library for creating powerful, step-by-step guided product tours with smart positioning and animations

8 lines 271 B
import React from 'react'; import type { TourConfig } from '../types'; interface TourOverlayProps { config: TourConfig; } export declare function TourOverlay({ config }: TourOverlayProps): React.JSX.Element | null; export {}; //# sourceMappingURL=TourOverlay.d.ts.map