@stackable-labs/embeddables 1.2.0 → 1.4.0

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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Components export for preview host apps
3
+ * Re-exports hostComponents function and its dependencies
4
+ */
5
+ import { hostComponents } from './lib/hostComponents';
6
+ export { hostComponents };
7
+ export default hostComponents;