UNPKG

@bitcobblers/wod-wiki-library

Version:

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

4 lines (3 loc) 229 B
import { EventSyncResult } from '../../core/runtime/EventSyncResult'; import { IActionButton } from '../../core/IActionButton'; export declare function useButtonSync(target: string): EventSyncResult<IActionButton[] | undefined>;