UNPKG

@pmndrs/cannon-worker-api

Version:
4 lines (3 loc) 252 B
import type { CannonMessageMap } from '../../types'; import type { State } from '../state'; export declare const step: (state: State, { positions, props: { maxSubSteps, stepSize, timeSinceLastCalled }, quaternions }: CannonMessageMap['step']) => void;