UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

12 lines (11 loc) 245 B
/** * 버튼 모양 */ export declare const PaypalV2StyleShape: { readonly rect: "rect"; readonly pill: "pill"; }; /** * 버튼 모양 */ export type PaypalV2StyleShape = (typeof PaypalV2StyleShape)[keyof typeof PaypalV2StyleShape];