@boomi/embedkit 1.2.15 → 1.2.16
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 +65 -65
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1208 -1204
- package/dist/index.umd.cjs +84 -84
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -718,6 +718,9 @@ export declare function RenderComponent<T extends ComponentName>({ component, pr
|
|
|
718
718
|
hostId?: string;
|
|
719
719
|
componentKey?: string;
|
|
720
720
|
}): void;
|
|
721
|
+
export declare const Components: {
|
|
722
|
+
readonly Integrations: import("react").FC<IntegrationsProps>;
|
|
723
|
+
};
|
|
721
724
|
|
|
722
725
|
export {
|
|
723
726
|
BoomiPlugin as default,
|