UNPKG

@wandelbots/wandelbots-js-react-components

Version:

React UI toolkit for building applications on top of the Wandelbots platform

12 lines 476 B
import { type CanvasProps } from "@react-three/fiber"; import * as React from "react"; import { Vector3 } from "three"; type Props = React.PropsWithChildren<CanvasProps & { cameraFov?: number; cameraPosition?: Vector3; controls?: boolean; lights?: boolean; }>; export declare const Setup: ({ children, cameraFov, cameraPosition, controls, lights, ...restProps }: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Setup.d.ts.map