UNPKG

fluxel

Version:

An ultra-lightweight, high-performance library for efficient DOM building and dynamic web UIs

4 lines (3 loc) 271 B
import type FluxelType from "../index.js"; import type { FluxelJSXElement } from "../type.js"; export default function hFactory(Fluxel: typeof FluxelType): (type: string | ((props: any) => any), props: Record<string, any> | null, ...children: any[]) => FluxelJSXElement;