UNPKG

@chasemoskal/magical

Version:

web toolkit for lit apps

7 lines 287 B
export function provideContextToElements(context, elements) { const newElements = {}; for (const [key, Element] of Object.entries(elements)) newElements[key] = Element.withContext(context); return newElements; } //# sourceMappingURL=provide-context-to-elements.js.map