UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

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