UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

14 lines (13 loc) 353 B
import { GroupProps } from "@react-three/fiber"; import { Material } from "three"; declare type Props = { src: string; size?: number; framed?: boolean; muted?: boolean; volume?: number; frameMaterial?: Material; frameWidth?: number; } & GroupProps; export declare function Video(props: Props): JSX.Element | null; export {};