```js // MyComponent.stories.js export default { title: "img", }; export const withAnImage = () => ({ template: 'my image' }); ```