We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d638a commit 6acaee2Copy full SHA for 6acaee2
typings/mapping.d.ts
@@ -0,0 +1,8 @@
1
+/** Generated from {@link ../tools/create-mapping.sh} */
2
+import { LitElement } from 'lit';
3
+declare global {
4
+ interface HTMLElementTagNameMap {
5
+ // Components with export class...extends LitElement
6
+ 'd2l-build-info': import('../index.js').BuildInfo;
7
+ }
8
+}
0 commit comments