UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

2 lines (1 loc) 154 B
const e='button, input, select, textarea, a, [contenteditable="true"], [draggable="false"]';export function isInteractiveTarget(t){return!!t?.closest(e)}