@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
10 lines • 351 B
TypeScript
export declare const LoadingCover: (props: {
message?: string;
error?: unknown;
softTimeout?: number;
}) => import("react/jsx-runtime").JSX.Element;
export declare const LoadingErrorMessage: (props: {
loadingMessage?: string;
error: unknown;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=LoadingCover.d.ts.map