Skip to content

Commit 057092f

Browse files
Update packages/scoped-custom-element-registry/src/types.d.ts
Co-authored-by: Justin Fagnani <justinfagnani@google.com>
1 parent a115843 commit 057092f

File tree

1 file changed

+1
-1
lines changed
  • packages/scoped-custom-element-registry/src

1 file changed

+1
-1
lines changed

packages/scoped-custom-element-registry/src/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ declare global {
3030
}
3131

3232
interface Element {
33-
readonly ['customElementRegistry']: CustomElementRegistry | null;
33+
readonly customElementRegistry: CustomElementRegistry | null;
3434
}
3535

3636
interface InitializeShadowRootInit {

0 commit comments

Comments
 (0)