ca-grow-ops-manager/frontend/src/components/layout-editor/index.ts
fullsizemalt 554bf214c1
Some checks are pending
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run
feat: Add rack configuration modal
- RackConfigModal with rows/columns/tiers inputs
- Section type selector (Table, Rack, Tray, Hanger, Floor)
- Visual preview of grid layout
- Gear button in rack header (shows on hover)
- API integration to update section dimensions
2026-01-01 15:03:47 -08:00

5 lines
261 B
TypeScript

export { LayoutEditor } from './LayoutEditor';
export { TypeLibrary } from './TypeLibrary';
export { RackVisualizer } from './RackVisualizer';
export { RackConfigModal } from './RackConfigModal';
export type { RackData, PlantSlotData } from './RackVisualizer';