UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

7 lines (6 loc) 193 B
import { Photography } from "../logic/photo"; declare type PhotoPreview = { photo: Photography; }; export default function PhotoPreview(props: PhotoPreview): JSX.Element | null; export {};