UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

7 lines (6 loc) 200 B
import { BufferGeometry } from "three"; declare type TrimeshColliderProps = { geo: BufferGeometry; }; export default function TrimeshCollider(props: TrimeshColliderProps): JSX.Element; export {};