update HTMLElementTagNameMap
This commit is contained in:
parent
662c461c94
commit
6ee7597805
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue