UNPKG

@bitcobblers/wod-wiki-library

Version:

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

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