@boomi/embedkit 1.2.14 → 1.2.15
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/dist/index.cjs +78 -78
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -0
- package/dist/index.umd.cjs +91 -91
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -66664,5 +66664,6 @@ export {
|
|
|
66664
66664
|
cJ as EmbedKitProvider,
|
|
66665
66665
|
aJ as RenderComponent,
|
|
66666
66666
|
dJ as createEmbedKit,
|
|
66667
|
+
vJ as default,
|
|
66667
66668
|
uJ as useEmbedKit
|
|
66668
66669
|
};
|