UNPKG

@benev/nubs

Version:
10 lines 317 B
export function stateForClosestContext(element) { return () => { const context = element .closest("nub-context"); if (!context) throw new Error("parental nub-context element not found"); return context; }; } //# sourceMappingURL=state-for-closest-context.js.map