UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

5 lines (4 loc) 209 B
import type { RigidBodyProps } from './types.js'; declare const RigidBody: import("svelte").Component<RigidBodyProps, {}, "rigidBody">; type RigidBody = ReturnType<typeof RigidBody>; export default RigidBody;