UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

2 lines (1 loc) 222 B
import{useMemo as e}from"react";import r from"../store";const s=t=>{const o=e(()=>t?r.heatmapStore.getClicksByItem(t):0,[t]),a=e(()=>r.heatmapStore.getColorByClicks(o),[o]);return{clicks:o,background:a}};export default s;