UNPKG

@bitcobblers/wod-wiki-library

Version:

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

7 lines (6 loc) 262 B
import { Meta, StoryObj } from '@storybook/react'; import { SyntaxDiagram } from './components/SyntaxDiagram'; declare const meta: Meta<typeof SyntaxDiagram>; export default meta; type Story = StoryObj<typeof SyntaxDiagram>; export declare const Default: Story;