UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines • 348 B
import { SceneDef } from '@expofp/renderer'; export interface BuildRouteParams { enabled: boolean; /** The scene whose build-route layers this draws into. */ scene: SceneDef | undefined; cb?: () => void; } export declare function useBuildRoute({ enabled, scene }: BuildRouteParams): void; //# sourceMappingURL=useBuildRoute.d.ts.map