UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

7 lines 332 B
export declare const EXPOFP_BASE_URL = "https://expofp.com/"; export declare const UTM_CAMPAIGNS: { readonly SUBDOMAIN_CTA: 'expofp_subdomain_cta'; readonly SUBDOMAIN_LOGO: 'expofp_subdomain_logo'; }; export declare function buildExpofpUrl(utmCampaign: string, path?: string): string; //# sourceMappingURL=expofpUrl.d.ts.map