UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

10 lines (6 loc) 213 B
import {brain} from "../context.js" import {findGroupName} from "./find-group-name.js" export function findLocalGroup(element: HTMLElement) { const name = findGroupName(element) return brain.getGroup(name) }