UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

4 lines (3 loc) 133 B
import type { Props } from '@threlte/core'; import type { LineSegments } from 'three'; export type DebugProps = Props<LineSegments>;