UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

3 lines (2 loc) 127 B
import type { RigidBodyContext } from '../types/types'; export declare const useRigidBody: () => RigidBodyContext | undefined;