Skip to content

Commit

Permalink
auto generate lit mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lit HTML Tag Mapping Bot authored and awikkerink committed Dec 11, 2024
1 parent c8e4cef commit 4516b1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions typings/mapping.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import { LitElement } from 'lit';
declare global {
interface HTMLElementTagNameMap {
// Components with export class...extends LitElement
'd2l-selection-controls': import('../components/selection/selection-controls.js').SelectionControls;
'd2l-screen-reader-pause': import('../components/offscreen/screen-reader-pause.js').ScreenReaderPause;
'd2l-list-controls': import('../components/list/list-controls.js').ListControls;
'd2l-table-col-sort-button': import('../components/table/table-col-sort-button.js').TableColSortButton;
'd2l-table-wrapper': import('../components/table/table-wrapper.js').TableWrapper;
'd2l-object-property-list-item': import('../components/object-property-list/object-property-list-item.js').ObjectPropertyListItem;
'd2l-build-info': import('../index.js').BuildInfo;
}
}

0 comments on commit 4516b1a

Please sign in to comment.