```md import { Meta, Story } from '@storybook/addon-docs'; import Button from './Button.svelte'; ## This is an accessible story ({ Component: Button, props: args, })} /> ## This is not ({ Component: Button, props: args, })} /> ```