UNPKG

@coconut-software/ui

Version:

React components for faster and easier web development.

6 lines (5 loc) 221 B
/** * Returns an element that supports interactivity, if can be found. * Searches to a maximum of 5 levels deep. */ export declare function getInteractiveChild(element: HTMLElement | null): ChildNode | undefined;