@expofp/floorplan
Version:
Interactive floor plan library for expos and events
8 lines • 494 B
TypeScript
import { type Kiosk } from './SetKiosk';
/** The anchor keys, in the order both halves speak them. */
declare const ANCHOR_KEYS: readonly ['x', 'y', 'z'];
type KioskAnchor = Partial<Pick<Kiosk, (typeof ANCHOR_KEYS)[number]>>;
export declare function collectKioskUrlParams(searchParams: URLSearchParams): KioskAnchor;
export declare function setKioskUrlParams(searchParams: URLSearchParams, kioskData: KioskAnchor | null | undefined): void;
export {};
//# sourceMappingURL=kioskUrlParam.d.ts.map