Skip to content

Commit 52fdd4c

Browse files
committed
ts ElementInternals
1 parent 1385374 commit 52fdd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/use-internals/use-internals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useHost, useState } from "atomico";
33
const INTERNALS = Symbol("attachInternals");
44

55
/**
6-
* @returns {import("element-internals-polyfill").IElementInternals}
6+
* @returns {ElementInternals}
77
*/
88
export function useInternals() {
99
const host = useHost();

0 commit comments

Comments
 (0)