UNPKG

element-vir

Version:

Heroic. Reactive. Declarative. Type safe. Web components without compromise.

8 lines (7 loc) 284 B
/** * Used to create objects for each interpolated tag name string (tag names that aren't wrapped in a * `DeclarativeElementDefinition`) so that we can use them as keys for the mapped template weakmap. */ export declare const tagNameKeys: Record<string, { tagName: string; }>;