import * as SolidH from "solid-js/h"; (_jsx_runtime is imported from there?
/** @param {JSX.HTMLAttributes<HTMLSpanElement>} props */
const SpanBold = ({children}) => {
return SolidH.default('span', { class: "strong" }, children)
}
const res = SolidH.default(SpanBold, {children: "hello"});
import * as SolidH from "solid-js/h"; (_jsx_runtime is imported from there?
/** @param {JSX.HTMLAttributes<HTMLSpanElement>} props */
const SpanBold = ({children}) => {
return SolidH.default('span', { class: "strong" }, children)
}
const res = SolidH.default(SpanBold, {children: "hello"});