UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

4 lines (3 loc) 157 B
import type { Euler, Vector3 } from 'three'; export declare const isVector3: (v: any) => v is Vector3; export declare const isEuler: (v: any) => v is Euler;