UNPKG

react-planner

Version:

react-planner is a React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.

10 lines (8 loc) 153 B
import {SELECT_AREA} from '../constants'; export function selectArea(layerID, areaID) { return { type: SELECT_AREA, layerID, areaID } }