UNPKG

ov25-ui

Version:

A UI configurator for OV25 product visualization

11 lines (10 loc) 315 B
import React from 'react'; /** * Iframe container for the dining configurator 3D viewer. * Builds the dining-specific iframe URL and renders it. */ interface DiningProductGalleryProps { style?: React.CSSProperties; } export declare const DiningProductGallery: React.FC<DiningProductGalleryProps>; export {};