UNPKG

@bitcobblers/wod-wiki-library

Version:

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

7 lines (6 loc) 176 B
import { default as React } from 'react'; interface SyntaxDiagramProps { className?: string; } export declare const SyntaxDiagram: React.FC<SyntaxDiagramProps>; export {};