UNPKG

@vrism/viewer-sdk

Version:

React and Vanilla JavaScript SDK for embedding 3D product viewers powered by Verge3D technology

6 lines (5 loc) 162 B
interface ErrorPageProps { error: Error; } export declare const ErrorPage: ({ error }: ErrorPageProps) => import("react/jsx-runtime").JSX.Element; export {};