diff --git a/jsx-runtime/src/index.d.ts b/jsx-runtime/src/index.d.ts index 499675aa5a..64470a8ad4 100644 --- a/jsx-runtime/src/index.d.ts +++ b/jsx-runtime/src/index.d.ts @@ -20,9 +20,6 @@ export function jsx
(
props: Attributes & P & { children?: ComponentChild },
key?: string
): VNode (
props: Attributes & P & { children?: ComponentChild[] },
key?: string
): VNode (
props: Attributes & P & { children?: ComponentChildren },
key?: string
): VNode