@jay-js/system
Version:
A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.
10 lines (9 loc) • 337 B
TypeScript
/**
* @file Main entry point for the JSX package
* @description Provides JSX runtime functions and TypeScript declarations for Jay JS
*/
export { jsxDEV } from "./core/jsx-dev-runtime.js";
export * from "./core/jsx-runtime.js";
export { JSX } from "./types/intrinsic-elements.js";
declare const _default: {};
export default _default;