rn-sherpa
Version:
A lightweight, flexible React Native library for creating powerful, step-by-step guided product tours with smart positioning and animations
9 lines • 541 B
TypeScript
export type { TourStep, TourConfig, TourContextValue, MeasuredLayout, } from './types';
export { TourProvider, useTour } from './context/TourContext';
export { TourOverlay } from './components/TourOverlay';
export { AnimatedOverlay } from './components/AnimatedOverlay';
export { AnimatedPopover } from './components/AnimatedPopover';
export { useStepRef } from './hooks/useStepRef';
export { useAutoScroll } from './hooks/useAutoScroll';
export type { UseAutoScrollOptions } from './hooks/useAutoScroll';
//# sourceMappingURL=index.d.ts.map