UNPKG

@wandelbots/wandelbots-js-react-components

Version:

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

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