@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
10 lines • 416 B
TypeScript
import type { AnimationState, TimerState } from "./types";
interface DefaultVariantProps {
timerState: TimerState;
animationState: AnimationState;
hasError: boolean;
className?: string;
}
export declare const DefaultVariant: ({ timerState, animationState, hasError, className, }: DefaultVariantProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=DefaultVariant.d.ts.map