UNPKG

@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.

11 lines 399 B
/** * @file Main entry point for the JSX package * @description Provides JSX runtime functions and TypeScript declarations for Jay JS */ // Export development JSX runtime export { jsxDEV } from "./core/jsx-dev-runtime.js"; // Export production JSX runtime export * from "./core/jsx-runtime.js"; // Ensure TypeScript recognizes this as a module export default {}; //# sourceMappingURL=index.js.map