UNPKG
@rbxts/pretty-react-hooks
Version:
alpha (0.4.0-alpha.0)
latest (0.6.4)
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.4.0-alpha.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Useful hooks for @rbxts/react
github.com/littensy/pretty-react-hooks
littensy/pretty-react-hooks
@rbxts/pretty-react-hooks
/
out
/
use-camera
/
use-camera.d.ts
6 lines
(5 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Returns the current camera. Updates when the current camera changes. *
@returns
A camera instance. */
export
declare
function
useCamera
(
):
Camera
;