UNPKG

solid-js

Version:

A declarative JavaScript library for building user interfaces.

8 lines (7 loc) 230 B
import h from "solid-js/h"; export type { JSX } from "./jsx"; import type { JSX } from "./jsx"; declare function Fragment(props: { children: JSX.Element; }): JSX.Element; export { h as jsx, h as jsxs, h as jsxDEV, Fragment };