UNPKG

@threlte/rapier

Version:

Components and hooks to use the Rapier physics engine in Threlte

4 lines (3 loc) 153 B
import type { AttractorProps } from './types'; declare const Attractor: import("svelte").Component<AttractorProps, {}, "ref">; export default Attractor;