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