mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
362 B
362 B
{/* MarginDecorator.svelte */}
<div>
<slot />
</div>
<style>
div {
margin: 3em;
}
</style>
{/* MarginDecorator.svelte */}
<div>
<slot />
</div>
<style>
div {
margin: 3em;
}
</style>