@bitcobblers/wod-wiki-library
Version:
A specialized markdown-like workout syntax editor and runtime for defining workouts
7 lines (6 loc) • 301 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 BeginnerFriendltySwimming: WodStory;