UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

8 lines (7 loc) 233 B
export declare const WindowType: { readonly IFRAME: "IFRAME"; readonly POPUP: "POPUP"; readonly REDIRECTION: "REDIRECTION"; readonly UI: "UI"; }; export type WindowType = (typeof WindowType)[keyof typeof WindowType];