UNPKG

@bitcobblers/wod-wiki-library

Version:

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

4 lines (3 loc) 203 B
import { IRuntimeEvent } from '../../core/IRuntimeEvent'; import { EventSyncResult } from '../../core/runtime/EventSyncResult'; export declare function useEventsSync(): EventSyncResult<IRuntimeEvent[]>;