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