UNPKG

@wandelbots/wandelbots-js-react-components

Version:

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

9 lines 329 B
import type { ReactNode } from "react"; import type { JoggingStore } from "./JoggingStore"; export declare const JoggingJointTab: (({ store, children }: { store: JoggingStore; children: ReactNode; }) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; //# sourceMappingURL=JoggingJointTab.d.ts.map