UNPKG

@bitcobblers/wod-wiki-library

Version:

A specialized markdown-like workout syntax editor and runtime for defining workouts

4 lines (3 loc) 220 B
import { EventSyncResult } from '../../core/runtime/EventSyncResult'; import { RuntimeSpan } from '../../core/RuntimeSpan'; export declare function useClockSync(target: string): EventSyncResult<RuntimeSpan | undefined>;