UNPKG

@atlaskit/renderer

Version:
7 lines (6 loc) 281 B
/** * Check if an element is interactive (or otherwise if clicking on it shouldn't transition the * renderer to the editor in somewhere like the Jira description * @param element */ export declare function isInteractiveElement(element: HTMLElement | HTMLLinkElement): boolean;