```md import { Meta, Story } from '@storybook/addon-docs'; import Button from './Button.svelte'; ({ Component: Button, props: args, })} /> ```