UNPKG

@react-three/p2

Version:

2D physics based hooks for react-three-fiber

8 lines (7 loc) 237 B
/// <reference types="react" /> import type { ProviderProps } from './Provider'; export * from './Debug'; export * from './hooks'; export * from './setup'; declare function Physics(props: ProviderProps): JSX.Element; export { Physics };