ov25-ui
Version:
A UI configurator for OV25 product visualization
11 lines (10 loc) • 302 B
TypeScript
import React from 'react';
/**
* Right-hand sidebar for the dining configurator.
* Renders step-specific content: table grid, chair selection, finish, review.
*/
interface DiningSidebarProps {
hideStepper?: boolean;
}
export declare const DiningSidebar: React.FC<DiningSidebarProps>;
export {};