UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

10 lines • 457 B
import { type SceneDef } from '@expofp/renderer'; export interface ManageTrafficParams { permission: boolean; /** The scene whose traffic layers this fills; `config-all` pre-creates them in it. */ scene: SceneDef | undefined; dataJsonUrl: string; websocketUrl: string; } export declare function useManageTraffic({ permission, scene, dataJsonUrl, websocketUrl, }: ManageTrafficParams): void; //# sourceMappingURL=useManageTraffic.d.ts.map