UNPKG

@e280/quay

Version:

File-browser and outliner UI for the web

7 lines 255 B
import { brain } from "../context.js"; import { findGroupName } from "./find-group-name.js"; export function findLocalGroup(element) { const name = findGroupName(element); return brain.getGroup(name); } //# sourceMappingURL=find-local-group.js.map