@wireweave/core 1.0.0-beta.20260107130839 → 1.0.0-beta.20260107132939

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.ts DELETED
@@ -1,20 +0,0 @@
1
- /**
2
- * @wireweave/core
3
- *
4
- * Text-based wireframe DSL parser and renderer
5
- */
6
-
7
- // AST types, guards, and utilities
8
- export * from './ast';
9
-
10
- // Parser functions
11
- export * from './parser';
12
-
13
- // Renderer
14
- export * from './renderer';
15
-
16
- // Viewport
17
- export * from './viewport';
18
-
19
- // Icons (Lucide)
20
- export * from './icons/lucide-icons';