Skip to content

Commit a44d744

Browse files
fix: update types
1 parent 7d8790c commit a44d744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface ICustomElement extends HTMLElement {
6666
connectedCallback?: () => void;
6767
disconnectedCallback?: () => void;
6868
attachedCallback?: () => void;
69-
attachInternals: () => IElementInternals;
69+
attachInternals: () => ElementInternals;
7070
formDisabledCallback?: (isDisabled: boolean) => void;
7171
formResetCallback?: () => void;
7272
formAssociatedCallback?: (form: HTMLFormElement) => void;

0 commit comments

Comments
 (0)