UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

12 lines (11 loc) 289 B
/** * 버튼 렌더링 방향 */ export declare const PaypalV2StyleLayout: { readonly vertical: "vertical"; readonly horizontal: "horizontal"; }; /** * 버튼 렌더링 방향 */ export type PaypalV2StyleLayout = (typeof PaypalV2StyleLayout)[keyof typeof PaypalV2StyleLayout];