@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
11 lines • 455 B
TypeScript
import type { CoordinateSystem } from "@wandelbots/nova-api/v1";
import type { ReactNode } from "react";
/**
* Applies a API coordinate system transformation to
* all react-three child components.
*/
export declare const CoordinateSystemTransform: ({ coordinateSystem, children, }: {
coordinateSystem?: CoordinateSystem;
children: ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=CoordinateSystemTransform.d.ts.map