```md import { Meta, Story } from '@storybook/addon-docs'; import MyComponent from './MyComponent.svelte0; {() => { return { Component: MyComponent, props: { src: '/image.png', alt: 'my image', }, }; }} ```