UNPKG

jelenjs

Version:

Core runtime library for JelenJS - an experimental UI framework with fine-grained reactivity

7 lines (4 loc) 282 B
import type { Component } from '../types/src/jsx'; export declare const jsx: (type: string | Component, props?: any) => any; export declare const jsxs: (type: string | Component, props?: any) => any; export declare const Fragment: (props: { children?: any }) => DocumentFragment;