```md import { Meta, Story } from '@storybook/addon-docs'; {() => { return { setup() { return { image }; }, template: `my image`, }; }} ```