UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

4 lines (3 loc) 159 B
import type { RigidBodyProps } from './types'; declare const RigidBody: import("svelte").Component<RigidBodyProps, {}, "rigidBody">; export default RigidBody;