Skip to content

Commit 0c76e6c

Browse files
committed
Add mapping.d.ts
1 parent 6adb2bb commit 0c76e6c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

typings/mapping.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)