UNPKG

tsx-dom

Version:

A simple way to use tsx syntax to create native dom elements using document.createElement.

4 lines (3 loc) 163 B
import type { BaseProps, FC } from "./types"; export declare function jsx(tag: string | FC, props: BaseProps): JSX.Element; export { jsx as jsxs, jsx as jsxDEV };