@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
8 lines • 305 B
TypeScript
import type { JoggingStore } from "./JoggingStore";
export declare const JoggingCartesianTab: (({ store, children, }: {
store: JoggingStore;
children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element) & {
displayName: string;
};
//# sourceMappingURL=JoggingCartesianTab.d.ts.map