UNPKG

@memori.ai/memori-react

Version:

[![npm version](https://img.shields.io/github/package-json/v/memori-ai/memori-react)](https://www.npmjs.com/package/@memori.ai/memori-react) ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main) ![TypeScript Support](https

9 lines (8 loc) 215 B
/// <reference types="react" /> export interface Props { src: string; poster: string; alt?: string; } declare const ModelViewer: ({ src, poster, alt }: Props) => JSX.Element; export default ModelViewer;