UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

17 lines 699 B
import './utils/silence-mobx-react-lite-warning'; import { type Manifest } from './_misc_to_move/manifest'; import { type Ref } from './_misc_to_move/ref'; import { type FloorPlan, type FloorPlanOptions } from './types'; export declare function load(manifestRef: Manifest | Ref<Manifest>, options?: FloorPlanOptions): Promise<FloorPlan>; declare global { interface Window { /** @deprecated */ ___fp?: FloorPlan; /** @deprecated temporary placeholder for async initialization in iOS/Android SDK */ ___fpResolve?: (fp: FloorPlan) => void; __expofpReady?: CustomEvent<{ floorplan: FloorPlan; }>; } } //# sourceMappingURL=load.d.ts.map