- 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
5 lines
261 B
TypeScript
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';
|