@boomi/embedkit 1.2.14 → 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 +78 -78
- package/dist/index.d.ts +7 -0
- package/dist/index.js +1209 -1204
- package/dist/index.umd.cjs +94 -94
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -718,5 +718,12 @@ 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
|
+
};
|
|
724
|
+
|
|
725
|
+
export {
|
|
726
|
+
BoomiPlugin as default,
|
|
727
|
+
};
|
|
721
728
|
|
|
722
729
|
export {};
|