UNPKG
@react-three/p2
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
2D physics based hooks for react-three-fiber
github.com/pmndrs/use-p2
pmndrs/use-p2
@react-three/p2
/
dist
/
src
/
index.d.ts
8 lines
(7 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <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
};