UNPKG

@react-three/p2

Version:

2D physics based hooks for react-three-fiber

11 lines (10 loc) 282 B
import type { FC } from 'react'; import CannonDebugger from './p2-debugger'; export declare type DebugProps = { color?: number; impl?: typeof CannonDebugger; linewidth?: number; normalIndex: number; scale?: number; }; export declare const Debug: FC<DebugProps>;