UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

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