UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

9 lines 278 B
export function findGroupName(el) { for (let current = el; current; current = current.parentElement) { const group = current.getAttribute("group"); if (group) return group; } return "default"; } //# sourceMappingURL=find-group-name.js.map