This commit is contained in:
2026-04-13 10:49:46 +02:00
parent c4ebf5847b
commit 3c1f14415e
7 changed files with 441 additions and 408 deletions

View File

@@ -1,12 +1,12 @@
// import './src/sigpro.js';
import { $, $$, Render, Watch, Tag, If, For, Router, Mount } from './src/sigpro.js';
import { $, Render, Watch, Tag, If, For, Router, Mount } from './src/sigpro.js';
import * as Components from './src/components/index.js';
import * as Utils from './src/core/utils.js';
import { tt } from './src/core/i18n.js';
export * from './src/components/index.js';
export * from './src/core/utils.js';
export { $, $$, Render, Watch, Tag, If, For, Router, Mount, tt };
export { $, Render, Watch, Tag, If, For, Router, Mount, tt };
if (typeof window !== 'undefined') {
// const CoreAPI = { $, $$, Render, Watch, Tag, If, For, Router, Mount } = SigPro;