@rkosafo/cai.components 0.0.60 → 0.0.61
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.
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import Canvas from './Canvas.svelte';
|
|
2
|
+
import { addMapper, removeMapper } from './ComponentRenderer.svelte';
|
|
3
|
+
export { Canvas as ComponentCanvas, addMapper as addComponentMapper, removeMapper as removeComponentMapper };
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import Canvas from './Canvas.svelte';
|
|
2
|
+
import { addMapper, removeMapper } from './ComponentRenderer.svelte';
|
|
3
|
+
export { Canvas as ComponentCanvas, addMapper as addComponentMapper, removeMapper as removeComponentMapper };
|