UNPKG

@bitcobblers/wod-wiki-library

Version:

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

8 lines (7 loc) 219 B
import { default as React } from 'react'; import { RuntimeSpan } from '../../core/RuntimeSpan'; interface WodTableProps { results: RuntimeSpan[]; } export declare const WodTable: React.FC<WodTableProps>; export {};