```md import { Meta, Story } from '@storybook/addon-docs'; import MyComponent from './MyComponent.svelte'; {() => { return { Component: MyComponent, props: { src: 'https://place-hold.it/350x150', alt: 'my image', }, }; }} ```