UNPKG

@react-three/p2

Version:

2D physics based hooks for react-three-fiber

4 lines (3 loc) 229 B
import type { CannonMessageMap } from '../../setup'; import type { State } from '../state'; export declare const addKinematicCharacterController: (state: State, data: CannonMessageMap['addKinematicCharacterController']) => void;