This commit is contained in:
11
G102-sequence/sdk/package/dist/esm/sdk-iframe/index.js
vendored
Normal file
11
G102-sequence/sdk/package/dist/esm/sdk-iframe/index.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* SDK Iframe exports
|
||||
*/
|
||||
import { SdkIframeCore } from './SdkIframeCore';
|
||||
export * from './types';
|
||||
export { SdkIframeCore };
|
||||
// Export to window for direct browser usage
|
||||
if (typeof window !== 'undefined') {
|
||||
window.SdkIframeCore = SdkIframeCore;
|
||||
}
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user