We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa54cce + 15353db commit 0cc004dCopy full SHA for 0cc004d
3 files changed
packages/astro-iconset/components/preact/Icon.tsx
@@ -1,3 +1,4 @@
1
+/** @jsxRuntime automatic */
2
/** @jsxImportSource preact */
3
import type { JSX } from "preact";
4
import type { AstroIconImport } from "../../typings/astro-icon-import";
packages/astro-iconset/components/react/Icon.tsx
/** @jsxImportSource react */
import type { SVGProps } from "react";
packages/astro-iconset/components/solid/Icon.tsx
/** @jsxImportSource solid-js */
import type { JSX, Component } from "solid-js";
import { splitProps } from "solid-js";
0 commit comments