UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

3 lines (2 loc) 109 B
import type { RapierContext } from '../types/types.js'; export declare const useRapier: () => RapierContext;