All three.js objects will be treated as native JSX elements. The general rule is that React Three Fiber components are available under the camel-case version. Hence do this to add a point source light like this -
<pointLight position={[0, 10, -5]} intensity={1} color="#fff" />