@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
12 lines • 497 B
TypeScript
import { type PopoverOrigin } from "@mui/material";
interface ControllerTypeIndicatorProps {
isVirtual: boolean;
motionGroupId: string;
anchorOrigin?: PopoverOrigin;
transformOrigin?: PopoverOrigin;
}
export declare const ControllerTypeIndicator: (({ isVirtual, motionGroupId, anchorOrigin, transformOrigin, }: ControllerTypeIndicatorProps) => import("react/jsx-runtime").JSX.Element) & {
displayName: string;
};
export {};
//# sourceMappingURL=ControllerTypeIndicator.d.ts.map