UNPKG

@bitcobblers/wod-wiki-library

Version:

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

9 lines (8 loc) 281 B
import { default as React } from 'react'; import { RuntimeSpan } from '../../core/RuntimeSpan'; interface EventsViewProps { results: [RuntimeSpan, boolean][]; onEffortClick: (effort: string) => void; } export declare const EventsView: React.FC<EventsViewProps>; export {};