```md import { Meta, Story } from '@storybook/addon-docs'; import MyComponent from './MyComponent.svelte'; ({ Component: MyComponent, props: { src: 'https://storybook.js.org/images/placeholders/350x150.png', alt: 'my image', }, })} /> ```