UNPKG

@wandelbots/wandelbots-js-react-components

Version:

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

7 lines 425 B
import { type ThreeElements } from "@react-three/fiber"; import type { SafetySetupSafetyZone } from "@wandelbots/nova-js/v1"; export type SafetyZonesRendererProps = { safetyZones: SafetySetupSafetyZone[]; } & ThreeElements["group"]; export declare function SafetyZonesRenderer({ safetyZones, ...props }: SafetyZonesRendererProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SafetyZonesRenderer.d.ts.map