UNPKG

@wandelbots/wandelbots-js-react-components

Version:

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

11 lines 469 B
import type { TimerAnimationState, TimerState } from "./types"; interface TimerSmallVariantProps { timerState: TimerState; animationState: TimerAnimationState; hasError: boolean; compact: boolean; className?: string; } export declare const TimerSmallVariant: ({ timerState, animationState, hasError, compact, className, }: TimerSmallVariantProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TimerSmallVariant.d.ts.map