UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines 405 B
import React from 'react'; import { type BoothBase } from '../store/BoothStore'; import { type Exhibitor } from '../store/ExhibitorStore'; import { type HeatmapYah } from '../store/HeatmapStore'; declare const useHeatmapOverlay: (entity: Exhibitor | BoothBase | HeatmapYah) => { heatmapBar: React.JSX.Element | null; }; export default useHeatmapOverlay; //# sourceMappingURL=useHeatmapOverlay.d.ts.map