UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines 457 B
import { type Logo } from '@expofp/schema'; /** * The logo URL to load for the current device: the pre-scaled `small`/`tiny` * variant on optimized mobile/webview sessions, the full logo otherwise. * Variant URLs are explicit fields on the logo (the config derives them when * the platform serves the legacy string form) — nothing is re-derived here. */ export declare function getLogoUrl(logo: Logo): string; //# sourceMappingURL=getLogoUrl.d.ts.map