UNPKG

ketcher-react

Version:
8 lines (7 loc) 239 B
import Editor from '../Editor'; export declare const TOOLTIP_DELAY = 300; export declare function setFunctionalGroupsTooltip({ editor, event, isShow, }: { editor: Editor; event?: PointerEvent; isShow: boolean; }): void;