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
11 lines (10 loc) • 374 B
TypeScript
export declare const useTips: () => {
data: null | import('../types').TipDataItemWithNode[];
isShow: boolean;
setIsShow: import('react').Dispatch<import('react').SetStateAction<boolean>>;
theme?: "dark" | "light";
escapeToClose?: boolean;
customColors?: import('../types').CustomColors;
isHiddenClose?: boolean;
highlightPadding?: number;
};