UNPKG

@wandelbots/wandelbots-js-react-components

Version:

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

6 lines 374 B
import type { GetTrajectoryResponse } from "@wandelbots/nova-js/v1"; export type TrajectoryRendererProps = { trajectory: GetTrajectoryResponse; } & React.JSX.IntrinsicElements["group"]; export declare function TrajectoryRenderer({ trajectory, ...props }: TrajectoryRendererProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TrajectoryRenderer.d.ts.map