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.
deno doc --lint
1 parent 71f595b commit 7475da2Copy full SHA for 7475da2
1 file changed
‎@coven/pair/preact/PairedRenderFunction.ts‎
@@ -1,5 +1,12 @@
1
import type { Unary } from "@coven/types";
2
-import type { Attributes, VNode } from "preact";
+// FIXME: Uncomment once this is fixed: https://github.com/denoland/deno/issues/27364
3
+// import type { Attributes, VNode } from "preact";
4
+
5
+/** @internal */
6
+type Attributes = import("preact").Attributes;
7
8
9
+type VNode<P = object> = import("preact").VNode<P>;
10
11
/**
12
* Function that receives the paired hook and must return a `VNode`.
0 commit comments