UNPKG

@react-three/p2

Version:

2D physics based hooks for react-three-fiber

7 lines (6 loc) 206 B
import type { FC } from 'react'; import type { ProviderProps } from './Provider'; export * from './Debug'; export * from './hooks'; export * from './setup'; export declare const Physics: FC<ProviderProps>;