We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1385374 commit 52fdd4cCopy full SHA for 52fdd4c
src/use-internals/use-internals.js
@@ -3,7 +3,7 @@ import { useHost, useState } from "atomico";
3
const INTERNALS = Symbol("attachInternals");
4
5
/**
6
- * @returns {import("element-internals-polyfill").IElementInternals}
+ * @returns {ElementInternals}
7
*/
8
export function useInternals() {
9
const host = useHost();
0 commit comments