@bitcobblers/wod-wiki-library
Version:
A specialized markdown-like workout syntax editor and runtime for defining workouts
9 lines (8 loc) • 378 B
TypeScript
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 SimpleAndSinister: WodStory;
export declare const KBAxeHeavy: WodStory;
export declare const KBAxeLite: WodStory;