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

6 lines (5 loc) 235 B
export declare const useTips: () => import('../types').TipsConfig & { data: null | import('../types').TipDataItemWithNode[]; isShow: boolean; setIsShow: import('react').Dispatch<import('react').SetStateAction<boolean>>; };