UNPKG

iframe-bridge-sdk

Version:

Universal iframe communication SDK - unified package for host and guest applications

12 lines 563 B
export type { Message, EventCallback, RequestCallback, HostConfig, GuestConfig, SDKError, PendingRequest, PromiseReturnType, PartialConfig, EventMap, TypedEventCallback, TypedRequestCallback, } from './shared'; export { ErrorCode, SDKState, BaseMessenger } from './shared'; export { HostSDK } from './host'; export { GuestSDK } from './guest'; import { HostSDK } from './host'; import { GuestSDK } from './guest'; declare const _default: { HostSDK: typeof HostSDK; GuestSDK: typeof GuestSDK; }; export default _default; //# sourceMappingURL=index.d.ts.map