update HTMLElementTagNameMap

This commit is contained in:
ashastral 2024-09-18 21:33:12 -07:00
parent 662c461c94
commit 6ee7597805

View file

@ -756,5 +756,6 @@ export class CohostSharedItem extends LitElement {
declare global { declare global {
interface HTMLElementTagNameMap { interface HTMLElementTagNameMap {
"cohost-post": CohostPost; "cohost-post": CohostPost;
"cohost-shared-item": CohostSharedItem;
} }
} }