Skip to content

Commit 9995a9e

Browse files
Update packages/scoped-custom-element-registry/src/types.d.ts
Co-authored-by: Justin Fagnani <[email protected]>
1 parent 057092f commit 9995a9e

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
@@ -34,7 +34,7 @@ declare global {
3434
}
3535

3636
interface InitializeShadowRootInit {
37-
['customElementRegistry']?: CustomElementRegistry;
37+
customElementRegistry?: CustomElementRegistry;
3838
}
3939

4040
interface ImportNodeOptions {

0 commit comments

Comments
 (0)