UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

11 lines (10 loc) 262 B
import { Material } from "three"; declare type FrameProps = { width: number; height: number; thickness?: number; material?: Material; innerFrameMaterial?: Material; }; export declare function Frame(props: FrameProps): JSX.Element; export {};