// app/globals.d.ts import * as React from 'react'; declare global { namespace JSX { interface IntrinsicElements { 'model-viewer': React.DetailedHTMLProps, HTMLElement> & { src?: string; poster?: string; 'ios-src'?: string; reveal?: string; 'shadow-intensity'?: string | number; ar?: boolean; 'camera-controls'?: boolean; 'touch-action'?: string; alt?: string; class?: string; }; } } }