storybook/docs/snippets/common/component-story-mdx-argstable-propsblock.mdx.mdx
jonniebigodes 714076bc30 removes the shell and json file references.
Updates for the writing docs section
2020-08-11 02:32:01 +01:00

10 lines
188 B
Plaintext

```md
<!--- MyComponent.stories.mdx -->
import { Props } from '@storybook/addon-docs/blocks';
import { MyComponent } from './MyComponent';
# My Component!
<Props of={MyComponent} />
```