UNPKG

@bitcobblers/wod-wiki-library

Version:

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

4 lines (3 loc) 232 B
import { OutputEventType } from '../../core/OutputEventType'; import { EventSyncResult } from '../../core/runtime/EventSyncResult'; export declare function useSync<T>(eventName: OutputEventType, target: string): EventSyncResult<T>;