UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

6 lines (5 loc) 136 B
declare type CameraProps = { onCapture?: () => void; }; export declare function Camera(props: CameraProps): JSX.Element; export {};