Skip to content

Commit

Permalink
Add mapping.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
awikkerink committed Nov 12, 2024
1 parent 6adb2bb commit 0c76e6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions typings/mapping.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/** Generated from {@link ../tools/create-mapping.sh} */
import { LitElement } from 'lit';
declare global {
interface HTMLElementTagNameMap {
// Components with export class...extends LitElement
'd2l-build-info': import('../index.js').BuildInfo;
}
}

0 comments on commit 0c76e6c

Please sign in to comment.