7 lines
165 B
TypeScript
7 lines
165 B
TypeScript
/**
|
|
* SDK Iframe exports
|
|
*/
|
|
import { SdkIframeCore } from './SdkIframeCore';
|
|
export * from './types';
|
|
export { SdkIframeCore };
|
|
//# sourceMappingURL=index.d.ts.map
|