@expofp/floorplan
Version:
Interactive floor plan library for expos and events
10 lines • 581 B
TypeScript
import { type Kiosk } from './SetKiosk';
/**
* Apply a kiosk anchor to the map. Two callers with different inputs: the
* device's own kiosk (saved locally or from `config.kiosk`) carries the full
* shape including its home framing, while a QR-shared route hands over the
* position alone (`kiosk_x/y/z`) — hence every framing field is optional here.
*/
export declare function integrateKioskIntoMap(kiosk: Partial<Kiosk>, enableKioskMode: boolean): void;
export declare function integrateKioskIntoWf(kiosk: Partial<Kiosk>): void;
//# sourceMappingURL=integrateKiosk.d.ts.map