UNPKG

@chargebee/atomicpricing

Version:

JS wrapper for your Atomic Pricing hosted page

4 lines (3 loc) 232 B
import { Options } from '../pricify'; export declare function constructPricingPageURL(siteId: string, pricingPageId: string, options: Options): string; export declare function constructIframeUrlWithLoader(options: Options): string;