UNPKG

@bitcobblers/wod-wiki-library

Version:

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

12 lines (11 loc) 484 B
import { Meta, StoryObj } from '@storybook/react'; import { EditorWithState } from './components/EditorWithState'; declare const meta: Meta<typeof EditorWithState>; export default meta; export type WodStory = StoryObj<typeof EditorWithState>; export declare const Empty: WodStory; export declare const Countdown: WodStory; export declare const Emom: WodStory; export declare const IronBlackJack: WodStory; export declare const AMRAP: WodStory; export declare const ForTime: WodStory;