UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

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