UNPKG

react-custom-tours

Version:

A library with tips that you can attach to blocks on your sites so that users can more easily understand how to use your site

4 lines (3 loc) 140 B
import { TipsProvider } from './context/tips.tsx'; import { useTips } from '../shared/hooks/useTips.tsx'; export { TipsProvider, useTips };