UNPKG

@pmndrs/cannon-worker-api

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