UNPKG

@wandelbots/wandelbots-js-react-components

Version:

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

11 lines 414 B
import type { TimerAnimationState } from "./types"; export declare const useTimerAnimations: () => { animationState: TimerAnimationState; triggerPauseAnimation: () => void; triggerErrorAnimation: () => void; clearErrorAnimation: () => void; triggerFadeTransition: () => void; setInitialAnimationState: () => void; cleanup: () => void; }; //# sourceMappingURL=useTimerAnimations.d.ts.map