UNPKG

jelenjs

Version:

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

8 lines (5 loc) 359 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 jsxDEV: (type: string | Component, props?: any) => any; export declare const Fragment: (props: { children?: any }) => DocumentFragment;