UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

9 lines (8 loc) 338 B
import { PhysicsProps as ProviderProps } from "@react-three/cannon"; import { ReactNode } from "react"; export declare type PhysicsProps = Partial<ProviderProps>; declare type PhysicsLayerProps = { children: ReactNode | ReactNode[]; } & PhysicsProps; export declare function Physics(props: PhysicsLayerProps): JSX.Element; export {};