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) 315 B
/** * Вызывает onEscape по нажатию Escape, пока isListen=true. * Колбэк держим в ref, чтобы не переподписывать слушатель на каждый рендер. */ export declare const useEscapeListener: (isListen: boolean, onEscape: () => void) => void;