UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

13 lines (12 loc) 349 B
import { Material } from "three"; import { GroupProps } from "@react-three/fiber"; declare type ImageProps = { src: string; size?: number; framed?: boolean; frameMaterial?: Material; frameWidth?: number; innerFrameMaterial?: Material; } & GroupProps; export declare function Image(props: ImageProps): JSX.Element; export {};