UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

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