frontend-hamroun
Version:
A lightweight frontend JavaScript framework with React-like syntax
5 lines • 329 B
TypeScript
export declare function jsx(type: string | Function, props: any, key?: string): any;
export declare function jsxs(type: string | Function, props: any, key?: string): any;
export declare function createElement(vnode: any): HTMLElement | Text;
export declare const Fragment: unique symbol;
//# sourceMappingURL=jsx-runtime.d.ts.map